Searched refs:ImGuiKey_Z (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp119 { ImGuiKey_Z, GDK_KEY_z },
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp119 { ImGuiKey_Z, GDK_KEY_z },
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h930 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator in enum:ImGuiKey_
H A Dimgui_widgets.cpp3365 const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable);
3366 const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h930 ImGuiKey_Z, // for text edit CTRL+Z: undo enumerator in enum:ImGuiKey_
H A Dimgui_widgets.cpp3365 const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable);
3366 const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable;

Completed in 41 milliseconds