Blender Git Commit Log
Git Commits -> Revision a080acc
Revision a080acc by Nicholas Rishel (master) October 30, 2020, 23:29 (GMT) |
When there are not associated button events, assume there is no button events until one is found. This prevents errant cursor moves that occur before the Wintab button event is reported. We need to skip these events because if no button event exists, we generate one assuming it will either arrive later in the Wintab queue or that the button was from a non-Wintab device. For the case that this was generated by a non-wintab device, such as buttons mapped to mouse on the tablet pad, these cursor move events can significantly move the cursor from the intended click position. Signed-off-by: Nicholas Rishel <[email protected]> |
Commit Details:
Full Hash: a080accdb67e53010e31e4fe647d91cdd73d3b2a
Parent Commit: 1f25235
Lines Changed: +4, -1
1 Modified Path:
/intern/ghost/intern/GHOST_SystemWin32.cpp (+4, -1) (Diff)