aboutsummaryrefslogtreecommitdiff
path: root/go/ui/update.go
Commit message (Collapse)AuthorAgeFilesLines
* add ui to packages and format codeFlorian Fischer2025-09-031-3/+9
|
* log input eventsFlorian Fischer2025-08-201-0/+27
|
* add specialized longtap hover detectorFlorian Fischer2025-08-201-13/+10
|
* rework hover detectionFlorian Fischer2025-08-201-2/+22
|
* remove debug printFlorian Fischer2025-08-201-3/+0
|
* scale pan distance for ScrollFlorian Fischer2025-08-201-1/+1
|
* ui: include touch inputs in the input queueFlorian Fischer2025-08-201-11/+50
|
* make input events consumableFlorian Fischer2025-08-201-0/+74
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.