aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/touch.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement X Input pointer handling for UnixAaron Sowry2020-05-291-0/+30
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.