Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ SetCursorDrawingEnabled
Method
SetCursorDrawingEnabled
libraries/ZWidget/src/widgets/textedit/textedit.cpp:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
void TextEdit::SetCursorDrawingEnabled(bool enable)
255
{
256
if (!readonly)
257
timer->Start(500);
258
}
259
260
void TextEdit::SetSelectAllOnFocusGain(bool enable)
261
{
Callers
nothing calls this directly
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected