Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzWM.m @ 303:767c10b9ec9f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 07 Mar 2002 20:29:04 +0000 |
parents | f6ffac90895c |
children | f25f666d609a |
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) {