Searched refs:ImGuiKey_Escape (Results 1 – 7 of 7) sorted by relevance
113 { ImGuiKey_Escape, GDK_KEY_Escape }, in ImGui_ImplGtk3_HandleEvent()
41 io.KeyMap[ImGuiKey_Escape] = (int)Window::Key::kEscape; in ImGuiLayer()
57 io.KeyMap[ImGuiKey_Escape] = (int)skui::Key::kEscape; in ImGuiLayer()
1034 if (ImGui::Button("Done") || ImGui::IsKeyPressed(ImGuiKey_Escape)) in display_aubfile_window()
924 ImGuiKey_Escape, enumerator
3404 else if (IsKeyPressedMap(ImGuiKey_Escape)) in InputTextEx()
7591 NAV_MAP_KEY(ImGuiKey_Escape, ImGuiNavInput_Cancel ); in NavUpdate()