Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1909
bool TextEditor::HasSelection() const
1910
{
1911
return mState.mSelectionEnd > mState.mSelectionStart;
1912
}
1913
1914
void TextEditor::Copy()
1915
{
Callers
2
hasSelection
Method · 0.45
InputTextEx
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected