# HG changeset patch # User Sam Lantinga # Date 1029803078 0 # Node ID c4338ecf45f93507404b5142f1739eb914606033 # Parent a6fa62b1be09981ff408c8477c34bf69541a1618 Fixed mouse motion on MacOS X (recently broken) diff -r a6fa62b1be09 -r c4338ecf45f9 src/video/quartz/SDL_QuartzEvents.m --- a/src/video/quartz/SDL_QuartzEvents.m Tue Aug 20 00:20:06 2002 +0000 +++ b/src/video/quartz/SDL_QuartzEvents.m Tue Aug 20 00:24:38 2002 +0000 @@ -449,6 +449,8 @@ NSPoint p = [ event locationInWindow ]; QZ_PrivateCocoaToSDL(this, &p); + SDL_PrivateMouseMotion (0, 0, p.x, p.y); + firstMouseEvent = 0; } else {