Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ime.c37 static _SDL_IME_Reset SDL_IME_Reset_Real = NULL; variable
64 SDL_IME_Reset_Real = SDL_Fcitx_Reset; in InitIME()
77 SDL_IME_Reset_Real = SDL_IBus_Reset; in InitIME()
99 SDL_IME_Reset_Real = NULL; in SDL_IME_Init()
125 if (SDL_IME_Reset_Real) in SDL_IME_Reset()
126 SDL_IME_Reset_Real(); in SDL_IME_Reset()

Completed in 3 milliseconds