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
Modify default_motion_filter to use bitwise AND (&) instead of equality
(==) when checking SOURCE_TOUCHSCREEN. This ensures stylus inputs (which
combine touchscreen and stylus flags) are not discarded, while still
filtering non-touch events.
I noticed touch inputs weren't working on my Galaxy S9 tab device which
includes a stylus.
Changelog-Fixed: Fix touch inputs on tablets with a stylus
Signed-off-by: William Casarin <jb55@jb55.com>
0 commit comments