Bug 573288 - Multi-touch support for Linux
Summary: Multi-touch support for Linux
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.21   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-30 10:19 EDT by Alex L. CLA
Modified: 2021-04-30 10:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.