MCPcopy Create free account
hub / github.com/crosire/reshade / can_undo

Method can_undo

source/imgui_code_editor.hpp:152–152  ·  view source on GitHub ↗

Returns whether any actions have been recorded which can be reverted.

Source from the content-addressed store, hash-verified

150 /// Returns whether any actions have been recorded which can be reverted.
151 /// </summary>
152 bool can_undo() const { return _undo_index > 0; }
153 /// <summary>
154 /// Applies any last action(s) again that were previously reverted.
155 /// </summary>

Callers 1

open_code_editorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected