You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ABS range cache to accept smaller device ranges
Touchscreens with smaller ABS ranges (e.g., 0-4095) were ignored due to
code only updated when device range exceeded the default 32767 range.
This fix ensures devices with smaller ranges like [0, 4095] are properly
recognized and used for coordinate scaling, instead of being stuck
with the default [0, 32767] range that causes coordinates to collapse
near the origin.
0 commit comments