Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ime.c40 static _SDL_IME_PumpEvents SDL_IME_PumpEvents_Real = NULL; variable
67 SDL_IME_PumpEvents_Real = SDL_Fcitx_PumpEvents; in InitIME()
80 SDL_IME_PumpEvents_Real = SDL_IBus_PumpEvents; in InitIME()
102 SDL_IME_PumpEvents_Real = NULL; in SDL_IME_Init()
148 if (SDL_IME_PumpEvents_Real) in SDL_IME_PumpEvents()
149 SDL_IME_PumpEvents_Real(); in SDL_IME_PumpEvents()

Completed in 2 milliseconds