Searched refs:ImGuiKey_A (Results 1 – 5 of 5) sorted by relevance
114 { ImGuiKey_A, GDK_KEY_a }, in ImGui_ImplGtk3_HandleEvent()
42 io.KeyMap[ImGuiKey_A] = (int)Window::Key::kA; in ImGuiLayer()
58 io.KeyMap[ImGuiKey_A] = (int)skui::Key::kA; in ImGuiLayer()
925 ImGuiKey_A, // for text edit CTRL+A: select all enumerator
3413 else if (is_shortcut_key && IsKeyPressedMap(ImGuiKey_A)) in InputTextEx()