author | Sam Lantinga <slouken@libsdl.org> |
Thu, 07 Mar 2002 20:29:04 +0000 | |
changeset 303 | 767c10b9ec9f |
parent 302 | 8a86bdf34f0f |
child 304 | ec53caed9fb2 |
--- 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) {