mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Mouse input fixes.
This commit is contained in:
+1
-1
@@ -1207,7 +1207,7 @@ static void processSingleEvent(void)
|
||||
else
|
||||
{
|
||||
x = event.xmotion.x;
|
||||
x = event.xmotion.y;
|
||||
y = event.xmotion.y;
|
||||
}
|
||||
|
||||
window->X11.cursorPosX = event.xmotion.x;
|
||||
|
||||
Reference in New Issue
Block a user