equal
deleted
inserted
replaced
60 extern void SDL_KeyboardQuit(void); |
60 extern void SDL_KeyboardQuit(void); |
61 |
61 |
62 /* Convert to UTF-8 */ |
62 /* Convert to UTF-8 */ |
63 extern char *SDL_UCS4ToUTF8(Uint32 ch, char *dst); |
63 extern char *SDL_UCS4ToUTF8(Uint32 ch, char *dst); |
64 |
64 |
|
65 /* Toggle on or off pieces of the keyboard mod state. */ |
|
66 extern void SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle); |
|
67 |
65 #endif /* _SDL_keyboard_c_h */ |
68 #endif /* _SDL_keyboard_c_h */ |
66 |
69 |
67 /* vi: set ts=4 sw=4 expandtab: */ |
70 /* vi: set ts=4 sw=4 expandtab: */ |