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

Method clear_modified

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

Marks the editor as no longer being modified.

Source from the content-addressed store, hash-verified

180 /// Marks the editor as no longer being modified.
181 /// </summary>
182 void clear_modified() { _undo_base_index = _undo_index; }
183
184 /// <summary>
185 /// Changes the read-only state of this text editor.

Callers 1

draw_code_editorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected