Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h643 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…
Dimgui.cpp4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex() argument
4025 IM_ASSERT(imgui_key >= 0 && imgui_key < ImGuiKey_COUNT); in GetKeyIndex()
4026 return GImGui->IO.KeyMap[imgui_key]; in GetKeyIndex()