Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp118 { ImGuiKey_Y, GDK_KEY_y }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp46 io.KeyMap[ImGuiKey_Y] = (int)Window::Key::kY; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp62 io.KeyMap[ImGuiKey_Y] = (int)skui::Key::kY; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui.h929 ImGuiKey_Y, // for text edit CTRL+Y: redo enumerator
Dimgui_widgets.cpp3366 …const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut … in InputTextEx()