Searched refs:ime_hwnd_current (Results 1 – 2 of 2) sorted by relevance
62 data->ime_hwnd_current = 0; in WIN_InitKeyboard()244 himc = ImmGetContext(videodata->ime_hwnd_current); in WIN_SetTextInputRect()252 ImmReleaseContext(videodata->ime_hwnd_current, himc); in WIN_SetTextInputRect()383 if (!videodata->ime_initialized || !videodata->ime_hwnd_current) in IME_Enable()390 if (videodata->ime_hwnd_current == videodata->ime_hwnd_main) in IME_Enable()391 ImmAssociateContext(videodata->ime_hwnd_current, videodata->ime_himc); in IME_Enable()401 if (!videodata->ime_initialized || !videodata->ime_hwnd_current) in IME_Disable()405 if (videodata->ime_hwnd_current == videodata->ime_hwnd_main) in IME_Disable()406 ImmAssociateContext(videodata->ime_hwnd_current, (HIMC)0); in IME_Disable()672 HIMC himc = ImmGetContext(videodata->ime_hwnd_current); in IME_SetupAPI()[all …]
150 HWND ime_hwnd_current; member