MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / HasSelection

Method HasSelection

plugins/Cardinal/src/DearImGuiColorTextEditor/TextEditor.cpp:1909–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907}
1908
1909bool TextEditor::HasSelection() const
1910{
1911 return mState.mSelectionEnd > mState.mSelectionStart;
1912}
1913
1914void TextEditor::Copy()
1915{

Callers 2

hasSelectionMethod · 0.45
InputTextExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected