Blender Git Commit Log
Git Commits -> Revision c43473e
Revision c43473e by Brecht Van Lommel (master) April 8, 2020, 10:25 (GMT) |
Cleanup: remove GHOST API to query tablet state from Window It's not used by Blender anymore and it's unreliable since this state really only makes sense associated with events in a particular order. Ref D6675 |
Commit Details:
Full Hash: c43473e88415db1b62f9fa225baa23ca344cace8
Parent Commit: d478cc7
Lines Changed: +119, -80
14 Modified Paths:
/intern/ghost/GHOST_C-api.h (+0, -7) (Diff)
/intern/ghost/GHOST_IWindow.h (+0, -10) (Diff)
/intern/ghost/GHOST_Types.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+0, -5) (Diff)
/intern/ghost/intern/GHOST_EventButton.h (+6, -4) (Diff)
/intern/ghost/intern/GHOST_EventCursor.h (+4, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+50, -20) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+16, -6) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+22, -10) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+16, -6) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+0, -5) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+1, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+1, -1) (Diff)
/intern/ghost/GHOST_IWindow.h (+0, -10) (Diff)
/intern/ghost/GHOST_Types.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+0, -5) (Diff)
/intern/ghost/intern/GHOST_EventButton.h (+6, -4) (Diff)
/intern/ghost/intern/GHOST_EventCursor.h (+4, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+50, -20) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+16, -6) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+22, -10) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+16, -6) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+0, -5) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+1, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+1, -1) (Diff)