Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement touch gesture handling on Unix | Aaron Sowry | 2020-05-29 | 1 | -3/+13 |
| | | | | | Allows the user to perform certain important mouse operations using touch gestures instead. | ||||
* | Implement X Input pointer handling for Unix | Aaron Sowry | 2020-05-29 | 1 | -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. |