Searched refs:ImGuiKey_Z (Results 1 – 5 of 5) sorted by relevance
119 { ImGuiKey_Z, GDK_KEY_z }, in ImGui_ImplGtk3_HandleEvent()
47 io.KeyMap[ImGuiKey_Z] = (int)Window::Key::kZ; in ImGuiLayer()
63 io.KeyMap[ImGuiKey_Z] = (int)skui::Key::kZ; in ImGuiLayer()
930 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator
3365 …const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoa… in InputTextEx()3366 …eyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editabl… in InputTextEx()