• C
    Remove touch mapper and respect the UITouch phase when calculating the pointer... · 45c5fe56
    Chinmay Garde 提交于
    Remove touch mapper and respect the UITouch phase when calculating the pointer data change type. (#6430)
    
    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.
    45c5fe56
licenses_flutter 69.9 KB