Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Rishel <rishel.nick@gmail.com>2021-09-06 06:17:28 +0300
committerNicholas Rishel <rishel.nick@gmail.com>2021-09-06 06:17:28 +0300
commit578f82d2eedcd60217b9a524f7b99f24c06b35bf (patch)
tree4fb6da1bbda24e09772ca01c0674677a59ab3d3c
parent1a419c9f4eb8cebba70ea75a5403b2da31f12e93 (diff)
Add tablet data to mouse input.grab_walk_fix
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp2
1 files changed, 1 insertions, 1 deletions
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)