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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3366 const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; local in function:ImGui::InputTextEx
3408 else if (is_undo || is_redo)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3366 const bool is_redo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; local in function:ImGui::InputTextEx
3408 else if (is_undo || is_redo)

Completed in 26 milliseconds