Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 7, 2002
1 parent 3669a81 commit ceb4349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/quartz/SDL_QuartzWM.m
Expand Up @@ -183,6 +183,8 @@ static void QZ_PrivateWarpCursor (_THIS, int x, int y) {
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) {
Expand Down

0 comments on commit ceb4349

Please sign in to comment.