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

Method clear_text

source/imgui_code_editor.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822 _colorize_line_end = _lines.size();
823}
824void reshade::imgui::code_editor::clear_text()
825{
826 set_text(std::string_view());
827}
828void reshade::imgui::code_editor::append_text(const std::string_view text)
829{
830 text_pos cursor_pos = _cursor_pos;

Callers 2

update_effectsMethod · 0.80
draw_gui_logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected