Searched refs:ImGuiKey (Results 1 – 4 of 4) sorted by relevance
128 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImG… typedef643 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…1431 …ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Co…
1412 …inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int ke…
3502 ImGuiKey event_key = ImGuiKey_COUNT; in InputTextEx()
4023 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex()