Commit: 578f82d2eedcd60217b9a524f7b99f24c06b35bf
Author: Nicholas Rishel
Date:   Sun Sep 5 20:17:28 2021 -0700
Branches: grab_walk_fix
https://developer.blender.org/rB578f82d2eedcd60217b9a524f7b99f24c06b35bf

Add tablet data to mouse input.

===================================================================

M       intern/ghost/intern/GHOST_SystemWin32.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp 
b/intern/ghost/intern/GHOST_SystemWin32.cpp
index c14890d16c0..03b5d7ffcf3 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1235,7 +1235,7 @@ GHOST_EventCursor 
*GHOST_SystemWin32::processCursorEvent(GHOST_WindowWin32 *wind
                                window,
                                x_screen + x_accum,
                                y_screen + y_accum,
-                               GHOST_TABLET_DATA_NONE);
+                               td);
 }
 
 void GHOST_SystemWin32::processWheelEvent(GHOST_WindowWin32 *window, WPARAM 
wParam, LPARAM lParam)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to