aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/GestureHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-7/+7
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Explicitly request timer repetitionPierre Ossman2024-06-191-3/+1
| | | | | | One-shot timers are more common, so let's change the API a bit to make that use case simpler. This API also makes it more clear what is happening.
* Fix typos in commentsSamuel Mannehed2020-06-051-2/+2
|
* Add proper spacing to if statementsSamuel Mannehed2020-06-041-2/+2
|
* Add constant for TWOTOUCH_TIMEOUTSamuel Mannehed2020-06-041-1/+4
|
* Implement touch gesture handling on UnixAaron Sowry2020-05-291-0/+512
Allows the user to perform certain important mouse operations using touch gestures instead.