Searched refs:SDL_HINT_IME_INTERNAL_EDITING (Results 1 – 4 of 4) sorted by relevance
623 #define SDL_HINT_IME_INTERNAL_EDITING "SDL_IME_INTERNAL_EDITING" macro
392 SDL_AddHintCallback(SDL_HINT_IME_INTERNAL_EDITING, &IBus_SetCapabilities, NULL); in IBus_SetupConnection()524 SDL_DelHintCallback(SDL_HINT_IME_INTERNAL_EDITING, &IBus_SetCapabilities, NULL); in SDL_IBus_Quit()
353 SDL_AddHintCallback(SDL_HINT_IME_INTERNAL_EDITING, &Fcitx_SetCapabilities, client); in FcitxClientCreateIC()
130 * Added a hint SDL_HINT_IME_INTERNAL_EDITING to control whether IBus should handle text editing int…