Mercurial > sdl-ios-xcode
diff src/video/cocoa/SDL_cocoamouse.h @ 3517:e7eec78e4b92
Fixed mouse events for fullscreen windows on Mac OS X
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 03 Dec 2009 08:33:39 +0000 |
parents | 99210400e8b9 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoamouse.h Thu Dec 03 05:05:26 2009 +0000 +++ b/src/video/cocoa/SDL_cocoamouse.h Thu Dec 03 08:33:39 2009 +0000 @@ -25,6 +25,7 @@ #define _SDL_cocoamouse_h extern void Cocoa_InitMouse(_THIS); +extern void Cocoa_HandleMouseEvent(_THIS, NSEvent * event); extern void Cocoa_QuitMouse(_THIS); #endif /* _SDL_cocoamouse_h */