Searched refs:is_undoable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; local in function:ImGui::InputTextEx
3365 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_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; local in function:ImGui::InputTextEx
3365 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 26 milliseconds