SDL
2.0
|
Go to the source code of this file.
Functions | |
SDL_bool | SDL_IME_Init (void) |
void | SDL_IME_Quit (void) |
void | SDL_IME_SetFocus (SDL_bool focused) |
void | SDL_IME_Reset (void) |
SDL_bool | SDL_IME_ProcessKeyEvent (Uint32 keysym, Uint32 keycode) |
void | SDL_IME_UpdateTextRect (SDL_Rect *rect) |
void | SDL_IME_PumpEvents (void) |
Definition at line 86 of file SDL_ime.c.
References InitIME(), NULL, SDL_FALSE, SDL_IME_Init_Real, SDL_IME_ProcessKeyEvent_Real, SDL_IME_PumpEvents_Real, SDL_IME_Quit_Real, SDL_IME_Reset_Real, SDL_IME_SetFocus_Real, SDL_IME_UpdateTextRect_Real, and SDL_TRUE.
Definition at line 130 of file SDL_ime.c.
References SDL_FALSE, and SDL_IME_ProcessKeyEvent_Real.
Definition at line 139 of file SDL_ime.c.
References SDL_IME_UpdateTextRect_Real.