Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h125 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImG… typedef
636 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…
1424ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Co…
Dimgui_internal.h1365 …inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { const int ke…
Dimgui_widgets.cpp3496 ImGuiKey event_key = ImGuiKey_COUNT; in InputTextEx()
Dimgui.cpp3961 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex()
/third_party/skia/third_party/externals/imgui/
Dimgui.h174 typedef int ImGuiKey; // -> enum ImGuiKey_ // Enum: A key identifier (ImG… typedef
888 …IMGUI_API int GetKeyIndex(ImGuiKey imgui_key); // map…
1978ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Co…
Dimgui_internal.h2550 …inline bool IsActiveIdUsingKey(ImGuiKey key) { ImGuiContext… in IsActiveIdUsingKey()
2552 …inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { ImGuiContext…
Dimgui_widgets.cpp4422 ImGuiKey event_key = ImGuiKey_COUNT; in InputTextEx()
Dimgui.cpp4664 int ImGui::GetKeyIndex(ImGuiKey imgui_key) in GetKeyIndex()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1308 …until we actually refactor and add whole sets of keys into the ImGuiKey enum. (#2677, #2005) [@amc…