Home
last modified time | relevance | path

Searched refs:SDL_IME_ProcessKeyEvent_Real (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ime.c38 static _SDL_IME_ProcessKeyEvent SDL_IME_ProcessKeyEvent_Real = NULL; variable
65 SDL_IME_ProcessKeyEvent_Real = SDL_Fcitx_ProcessKeyEvent; in InitIME()
78 SDL_IME_ProcessKeyEvent_Real = SDL_IBus_ProcessKeyEvent; in InitIME()
100 SDL_IME_ProcessKeyEvent_Real = NULL; in SDL_IME_Init()
132 if (SDL_IME_ProcessKeyEvent_Real) in SDL_IME_ProcessKeyEvent()
133 return SDL_IME_ProcessKeyEvent_Real(keysym, keycode); in SDL_IME_ProcessKeyEvent()

Completed in 2 milliseconds