Blender Git Loki
Git Commits -> Revision 85defa5
Revision 85defa5 by Nicholas Rishel June 14, 2021, 18:31 (GMT) |
Refactor of Wintab to use Wintab supplied mouse movement once verified against system input. Differential Revision: https://developer.blender.org/D11508 |
Commit Details:
Full Hash: 85defa5e2c5d4ef15a1ade1d052fcded501fbc39
Parent Commit: 4a540b9
Lines Changed: +1130, -315
2 Added Paths:
/intern/ghost/intern/GHOST_Wintab.cpp (+489, -0) (View)
/intern/ghost/intern/GHOST_Wintab.h (+241, -0) (View)
/intern/ghost/intern/GHOST_Wintab.h (+241, -0) (View)
6 Modified Paths:
/intern/ghost/CMakeLists.txt (+2, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+283, -71) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+23, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+54, -195) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+37, -48) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+283, -71) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+23, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+54, -195) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+37, -48) (Diff)