Searched refs:ImeWindowHandle (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1335 void* ImeWindowHandle; // = NULL // (Windows) Set this to your HWND to get automatic IME cursor positioning. member in struct:ImGuiIO
H A Dimgui.cpp847 Windows: if your language is relying on an Input Method Editor (IME), you copy the HWND of your window to io.ImeWindowHandle in order for
1189 ImeWindowHandle = NULL;
9257 if (HWND hwnd = (HWND)GImGui->IO.ImeWindowHandle)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1335 void* ImeWindowHandle; // = NULL // (Windows) Set this to your HWND to get automatic IME cursor positioning. member in struct:ImGuiIO
H A Dimgui.cpp847 Windows: if your language is relying on an Input Method Editor (IME), you copy the HWND of your window to io.ImeWindowHandle in order for
1189 ImeWindowHandle = NULL;
9257 if (HWND hwnd = (HWND)GImGui->IO.ImeWindowHandle)

Completed in 92 milliseconds