Blender Git Commit Log
Git Commits -> Revision 6f158f8
Revision 6f158f8 by Nicholas Rishel (master) June 21, 2021, 21:38 (GMT) |
Refactor of Wintab to use Wintab supplied mouse movement once verified against system input. Reviewed By: brecht, LazyDodo Maniphest Tasks: T88852 Differential Revision: https://developer.blender.org/D11508 |
Commit Details:
Full Hash: 6f158f834dcfa638639391f37afcb2ca8457cb45
Parent Commit: 445d506
Lines Changed: +1202, -326
2 Added Paths:
/intern/ghost/intern/GHOST_Wintab.cpp (+491, -0) (View)
/intern/ghost/intern/GHOST_Wintab.h (+250, -0) (View)
/intern/ghost/intern/GHOST_Wintab.h (+250, -0) (View)
8 Modified Paths:
/intern/ghost/CMakeLists.txt (+2, -0) (Diff)
/intern/ghost/GHOST_Types.h (+3, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+336, -76) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+23, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+57, -198) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+38, -49) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)
/intern/ghost/GHOST_Types.h (+3, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+336, -76) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+23, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+57, -198) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+38, -49) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)