aboutsummaryrefslogtreecommitdiff
path: root/go/ui/touchManager.go
Commit message (Collapse)AuthorAgeFilesLines
* add ui to packages and format codeFlorian Fischer2025-09-031-23/+21
|
* restore touch detection conditionsFlorian Fischer2025-08-201-3/+4
|
* simplify touch detection logic and adapt thresholdsFlorian Fischer2025-08-201-14/+14
|
* add specialized longtap hover detectorFlorian Fischer2025-08-201-1/+1
|
* rework hover detectionFlorian Fischer2025-08-201-2/+28
|
* ui: include touch inputs in the input queueFlorian Fischer2025-08-201-28/+30
|
* make input events consumableFlorian Fischer2025-08-201-0/+8
| | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event.
* add a singleton to handle touch inputsFlorian Fischer2025-08-201-0/+220