aboutsummaryrefslogtreecommitdiff
path: root/go/ui/touchManager.go
Commit message (Collapse)AuthorAgeFilesLines
* ui: include touch inputs in the input queueFlorian Fischer2025-07-061-28/+30
|
* make input events consumableFlorian Fischer2025-07-031-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-05-011-0/+220