Blender Git Commits
June 19, 2021, 04:03 (GMT) |
June 19, 2021, 03:57 (GMT) |
Windows high frequency Wintab input. Use Wintab supplied mouse movement once verified against system input, checked by comparing Win32 and Wintab button down event positions. Dynamically unload Wintab if Tablet API is WinPointer (Windows Ink), load Wintab otherwise. When Tablet API is Automatic, dynamically switch between Wintab and WinPointer based on number of Wintab devices present. Previous behavior was to use Wintab if wintab.dll was present on system. Allow system handling of system cursor movement during WinPointer events by leaving WM_POINTERUPDATE events unhandled. |