Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoamouse.h @ 5058:03db7d4b02b4
Moved function for consistency
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 17:11:22 -0800 |
parents | bdff53ed6c8b |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5057:bdff53ed6c8b | 5058:03db7d4b02b4 |
---|---|
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_HandleMouseEvent(_THIS, NSEvent * event); |
29 extern void Cocoa_HandleMouseWheel(SDL_Window *window, NSEvent * event); | |
29 extern void Cocoa_QuitMouse(_THIS); | 30 extern void Cocoa_QuitMouse(_THIS); |
30 extern void Cocoa_HandleMouseWheel(SDL_Window *window, NSEvent * event); | |
31 | 31 |
32 #endif /* _SDL_cocoamouse_h */ | 32 #endif /* _SDL_cocoamouse_h */ |
33 | 33 |
34 /* vi: set ts=4 sw=4 expandtab: */ | 34 /* vi: set ts=4 sw=4 expandtab: */ |