Mouse input fixes.

This commit is contained in:
Camilla Berglund
2011-10-13 14:07:52 +02:00
parent 30c43d60a5
commit 3ebe9a4358
2 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -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;