Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -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 repetition | Pierre Ossman | 2024-06-19 | 1 | -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 comments | Samuel Mannehed | 2020-06-05 | 1 | -2/+2 |
| | |||||
* | Add proper spacing to if statements | Samuel Mannehed | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | Add constant for TWOTOUCH_TIMEOUT | Samuel Mannehed | 2020-06-04 | 1 | -1/+4 |
| | |||||
* | Implement touch gesture handling on Unix | Aaron Sowry | 2020-05-29 | 1 | -0/+512 |
Allows the user to perform certain important mouse operations using touch gestures instead. |