Fix display association for drawing tablets
Drawing tablets are stylus devices that are configured in pointer mode. All touch devices, including styluses, are configured specifically for one display. Since a drawing tablet is supposed to show a pointer icon, it updates the PointerController. If the PointerController and the drawing tablet are not configured for the same display, it does not make sense to update the PointerController. We fix this inconsistency by only updating the PointerController's position for a drawing tablet when they're both configured for the same display. Bug: 236798672 Test: atest DrawingTabletTest Change-Id: I0a336dc456f6432a1e74e96a22ff57bb16a65ad7
Loading
Please register or sign in to comment