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

Method has_selection

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

Returns whether a selection is currently active.

Source from the content-addressed store, hash-verified

104 /// Returns whether a selection is currently active.
105 /// </summary>
106 bool has_selection() const { return _select_end > _select_beg; }
107
108 /// <summary>
109 /// Searches the text of this text editor for the specific search <paramref name="text"/>, starting at the cursor and scrolls to its position when found.

Callers 1

draw_gui_logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected