Skip to content

Commit

Permalink
Fixed mouse motion on MacOS X (recently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 20, 2002
1 parent 68a0a5c commit 7cc6f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/quartz/SDL_QuartzEvents.m
Expand Up @@ -449,6 +449,8 @@ static void QZ_PumpEvents (_THIS)
NSPoint p = [ event locationInWindow ];
QZ_PrivateCocoaToSDL(this, &p);

SDL_PrivateMouseMotion (0, 0, p.x, p.y);

firstMouseEvent = 0;
}
else {
Expand Down

0 comments on commit 7cc6f5c

Please sign in to comment.