diff src/video/cocoa/SDL_cocoawindow.m @ 2710:44e49d3fa6cf

Final merge of Google Summer of Code 2008 work... Many-mouse and tablet support by Szymon Wilczek, mentored by Ryan C. Gordon Everything concerning the project is noted on the wiki: http://wilku.ravenlord.ws/doku.php?id=start
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Aug 2008 06:33:00 +0000
parents 003c1b5b07da
children 99210400e8b9
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoawindow.m	Mon Aug 25 05:30:28 2008 +0000
+++ b/src/video/cocoa/SDL_cocoawindow.m	Mon Aug 25 06:33:00 2008 +0000
@@ -250,7 +250,7 @@
         if (mouse->focus != _data->windowID) {
             SDL_SetMouseFocus(index, _data->windowID);
         }
-        SDL_SendMouseMotion(index, 0, (int)point.x, (int)point.y);
+        SDL_SendMouseMotion(index, 0, (int)point.x, (int)point.y, 0);
     }
 }