comparison src/video/cocoa/SDL_cocoakeyboard.h @ 1967:01e29c3e9a29

In general, fill in pointers to structures, rather than return them.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Aug 2006 22:34:23 +0000
parents 118daa3a24cc
children 4baee598306d
comparison
equal deleted inserted replaced
1966:6472256c21eb 1967:01e29c3e9a29
23 23
24 #ifndef _SDL_cocoakeyboard_h 24 #ifndef _SDL_cocoakeyboard_h
25 #define _SDL_cocoakeyboard_h 25 #define _SDL_cocoakeyboard_h
26 26
27 extern void Cocoa_InitKeyboard(_THIS); 27 extern void Cocoa_InitKeyboard(_THIS);
28 extern void Cocoa_HandleKeyEvent(_THIS, NSEvent *event); 28 extern void Cocoa_HandleKeyEvent(_THIS, NSEvent * event);
29 extern void Cocoa_QuitKeyboard(_THIS); 29 extern void Cocoa_QuitKeyboard(_THIS);
30 30
31 #endif /* _SDL_cocoakeyboard_h */ 31 #endif /* _SDL_cocoakeyboard_h */
32 32
33 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */