[Bf-blender-cvs] [578f82d2eed] grab_walk_fix: Add tablet data to mouse input.

Nicholas Rishel noreply at git.blender.org
Mon Sep 6 05:20:27 CEST 2021


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)



More information about the Bf-blender-cvs mailing list