Searched refs:ImGuiKey_Y (Results 1 – 5 of 5) sorted by relevance
118 { ImGuiKey_Y, GDK_KEY_y }, in ImGui_ImplGtk3_HandleEvent()
46 io.KeyMap[ImGuiKey_Y] = (int)Window::Key::kY; in ImGuiLayer()
62 io.KeyMap[ImGuiKey_Y] = (int)skui::Key::kY; in ImGuiLayer()
929 ImGuiKey_Y, // for text edit CTRL+Y: redo enumerator
3366 …const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut … in InputTextEx()