mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
45c5fe5613
The touch mapper was a relic of a time when the pointer IDs had to be less than 16. Not respecting the touch phase is getting in the way of clients that fake their own touches. Turns out the AppDelegate also like to fake touches to simulate status bar events. Now, except in cases where there is a specific override in place, the UI touch phase is respected.