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

Method is_modified

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

Returns whether the user has modified the text since it was last set via .

Source from the content-addressed store, hash-verified

164 /// Returns whether the user has modified the text since it was last set via <see cref="set_text"/>.
165 /// </summary>
166 bool is_modified() const { return !_undo.empty() && _undo_index != _undo_base_index; }
167
168 /// <summary>
169 /// Adds an error to be displayed at the specified <paramref name="line"/>.

Callers 2

draw_guiMethod · 0.80
open_code_editorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected