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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3365 const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); local in function:ImGui::InputTextEx
3408 else if (is_undo || is_redo)
3410 edit_state.OnKeyPressed(is_undo ? STB_TEXTEDIT_K_UNDO : STB_TEXTEDIT_K_REDO);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3365 const bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); local in function:ImGui::InputTextEx
3408 else if (is_undo || is_redo)
3410 edit_state.OnKeyPressed(is_undo ? STB_TEXTEDIT_K_UNDO : STB_TEXTEDIT_K_REDO);

Completed in 25 milliseconds