Mercurial > sdl-ios-xcode
comparison src/events/SDL_keyboard_c.h @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 7688a73b25b1 |
children | 6c63fc2bd986 |
comparison
equal
deleted
inserted
replaced
1719:5b9f50c957ed | 1720:a1ebb17f9c52 |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifndef _SDL_keyboard_c_h | 24 #ifndef _SDL_keyboard_c_h |
25 #define _SDL_keyboard_c_h | 25 #define _SDL_keyboard_c_h |
26 | |
27 #include "SDL_keysym.h" | |
28 #include "SDL_events.h" | |
26 | 29 |
27 typedef struct SDL_Keyboard SDL_Keyboard; | 30 typedef struct SDL_Keyboard SDL_Keyboard; |
28 | 31 |
29 struct SDL_Keyboard | 32 struct SDL_Keyboard |
30 { | 33 { |