aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/XInputTouchHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement touch gesture handling on UnixAaron Sowry2020-05-291-3/+13
| | | | | Allows the user to perform certain important mouse operations using touch gestures instead.
* Implement X Input pointer handling for UnixAaron Sowry2020-05-291-0/+48
Switch from using Core events to using X Input events for pointer devices in order to differentiate between mouse events and touch events. Because FLTK doesn't understand X Input 2, we intercept these events and translate them to core events where possible.