comparison 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
comparison
equal deleted inserted replaced
3516:72e70a8c30d5 3517:e7eec78e4b92
23 23
24 #ifndef _SDL_cocoamouse_h 24 #ifndef _SDL_cocoamouse_h
25 #define _SDL_cocoamouse_h 25 #define _SDL_cocoamouse_h
26 26
27 extern void Cocoa_InitMouse(_THIS); 27 extern void Cocoa_InitMouse(_THIS);
28 extern void Cocoa_HandleMouseEvent(_THIS, NSEvent * event);
28 extern void Cocoa_QuitMouse(_THIS); 29 extern void Cocoa_QuitMouse(_THIS);
29 30
30 #endif /* _SDL_cocoamouse_h */ 31 #endif /* _SDL_cocoamouse_h */
31 32
32 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */