aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/XInputTouchHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-6/+6
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* 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.