Searched refs:imgui_key (Results 1 – 2 of 2) sorted by relevance
643 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…
4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex() argument4025 IM_ASSERT(imgui_key >= 0 && imgui_key < ImGuiKey_COUNT); in GetKeyIndex()4026 return GImGui->IO.KeyMap[imgui_key]; in GetKeyIndex()