changeset 303:767c10b9ec9f

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 07 Mar 2002 20:29:04 +0000
parents 8a86bdf34f0f
children ec53caed9fb2
files src/video/quartz/SDL_QuartzWM.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzWM.m	Thu Mar 07 20:23:11 2002 +0000
+++ b/src/video/quartz/SDL_QuartzWM.m	Thu Mar 07 20:29:04 2002 +0000
@@ -183,6 +183,8 @@
     CGDisplayMoveCursorToPoint (display_id, cgp);
     warp_ticks = SDL_GetTicks();
     warp_flag = 1;
+
+    SDL_PrivateMouseMotion(0, 0, x, y);
 }
 
 static void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y) {