Bug 573288

Summary: Multi-touch support for Linux
Product: [Eclipse Project] Platform Reporter: Alex L. <Alexander.Loskutov>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.21   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=482018
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279884
Whiteboard:

Description Alex L. CLA 2021-04-30 10:19:01 EDT
We are building a application for Windows and Linux.

While SWT supports multi-touch on Windows an MAC support it does not on Linux.

As I unterstand when the first implementation happened GTK did not support multi-touch (https://stackoverflow.com/a/28648630/3426619)

As of now GTK3 does support multi-touch.