SDL
2.0
|
Go to the source code of this file.
Typedefs | |
typedef SDL_bool(* | _SDL_IME_Init) () |
typedef void(* | _SDL_IME_Quit) () |
typedef void(* | _SDL_IME_SetFocus) (SDL_bool) |
typedef void(* | _SDL_IME_Reset) () |
typedef SDL_bool(* | _SDL_IME_ProcessKeyEvent) (Uint32, Uint32) |
typedef void(* | _SDL_IME_UpdateTextRect) (SDL_Rect *) |
typedef void(* | _SDL_IME_PumpEvents) () |
Functions | |
static void | InitIME () |
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 () |
Variables | |
static _SDL_IME_Init | SDL_IME_Init_Real = NULL |
static _SDL_IME_Quit | SDL_IME_Quit_Real = NULL |
static _SDL_IME_SetFocus | SDL_IME_SetFocus_Real = NULL |
static _SDL_IME_Reset | SDL_IME_Reset_Real = NULL |
static _SDL_IME_ProcessKeyEvent | SDL_IME_ProcessKeyEvent_Real = NULL |
static _SDL_IME_UpdateTextRect | SDL_IME_UpdateTextRect_Real = NULL |
static _SDL_IME_PumpEvents | SDL_IME_PumpEvents_Real = NULL |
|
static |
Definition at line 43 of file SDL_ime.c.
References NULL, SDL_FALSE, SDL_Fcitx_Init(), SDL_Fcitx_ProcessKeyEvent(), SDL_Fcitx_PumpEvents(), SDL_Fcitx_Quit(), SDL_Fcitx_Reset(), SDL_Fcitx_SetFocus(), SDL_Fcitx_UpdateTextRect(), SDL_getenv, 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, SDL_strcmp, SDL_strstr, and SDL_TRUE.
Referenced by SDL_IME_Init().
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.
|
static |
Definition at line 34 of file SDL_ime.c.
Referenced by InitIME(), and SDL_IME_Init().
|
static |
Definition at line 38 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_ProcessKeyEvent().
|
static |
Definition at line 40 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_PumpEvents().
|
static |
Definition at line 35 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_Quit().
|
static |
Definition at line 37 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_Reset().
|
static |
Definition at line 36 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_SetFocus().
|
static |
Definition at line 39 of file SDL_ime.c.
Referenced by InitIME(), SDL_IME_Init(), and SDL_IME_UpdateTextRect().