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