Searched refs:ImGuiKey (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h128 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImGui-side enum) typedef in typeref:typename:int
643 IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map ImGuiKey_* values into user's key index. == io.KeyMap[key]
1431 ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Completion,History]
H A Dimgui_internal.h1412 inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? IsKeyPressed(key_index, repeat) : false; }
H A Dimgui_widgets.cpp3502 ImGuiKey event_key = ImGuiKey_COUNT;
H A Dimgui.cpp4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h128 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImGui-side enum) typedef in typeref:typename:int
643 IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map ImGuiKey_* values into user's key index. == io.KeyMap[key]
1431 ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Completion,History]
H A Dimgui_internal.h1412 inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int key_index = GImGui->IO.KeyMap[key]; return (key_index >= 0) ? IsKeyPressed(key_index, repeat) : false; }
H A Dimgui_widgets.cpp3502 ImGuiKey event_key = ImGuiKey_COUNT;
H A Dimgui.cpp4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key)

Completed in 84 milliseconds