Home
last modified time | relevance | path

Searched refs:ImGuiKey_A (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp114 { ImGuiKey_A, GDK_KEY_a }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp42 io.KeyMap[ImGuiKey_A] = (int)Window::Key::kA; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp58 io.KeyMap[ImGuiKey_A] = (int)skui::Key::kA; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui.h925 ImGuiKey_A, // for text edit CTRL+A: select all enumerator
Dimgui_widgets.cpp3413 else if (is_shortcut_key && IsKeyPressedMap(ImGuiKey_A)) in InputTextEx()