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

Method get_text_end

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

Returns the position at the end of the current text of this text editor.

Source from the content-addressed store, hash-verified

212 /// </summary>
213 /// <returns></returns>
214 text_pos get_text_end() const { return _lines.size() - 1; }
215
216 private:
217 struct glyph

Callers 1

draw_gui_logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected