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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h908 ImVec2 PlatformImeLastPos; member in struct:ImGuiContext
1026 PlatformImePos = PlatformImeLastPos = ImVec2(FLT_MAX, FLT_MAX);
H A Dimgui.cpp3769 if (g.IO.ImeSetInputScreenPosFn && (g.PlatformImeLastPos.x == FLT_MAX || ImLengthSqr(g.PlatformImeLastPos - g.PlatformImePos) > 0.0001f))
3772 g.PlatformImeLastPos = g.PlatformImePos;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h908 ImVec2 PlatformImeLastPos; member in struct:ImGuiContext
1026 PlatformImePos = PlatformImeLastPos = ImVec2(FLT_MAX, FLT_MAX);
H A Dimgui.cpp3769 if (g.IO.ImeSetInputScreenPosFn && (g.PlatformImeLastPos.x == FLT_MAX || ImLengthSqr(g.PlatformImeLastPos - g.PlatformImePos) > 0.0001f))
3772 g.PlatformImeLastPos = g.PlatformImePos;

Completed in 42 milliseconds