Home
last modified time | relevance | path

Searched refs:ImGuiKey (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h128 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImG… typedef
643 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…
1431ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Co…
Dimgui_internal.h1412 …inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int ke…
Dimgui_widgets.cpp3502 ImGuiKey event_key = ImGuiKey_COUNT; in InputTextEx()
Dimgui.cpp4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex()