Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp119 { ImGuiKey_Z, GDK_KEY_z }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp47 io.KeyMap[ImGuiKey_Z] = (int)Window::Key::kZ; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp63 io.KeyMap[ImGuiKey_Z] = (int)skui::Key::kZ; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui.h930 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator
Dimgui_widgets.cpp3365 …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()