MCPcopy 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
254void TextEdit::SetCursorDrawingEnabled(bool enable)
255{
256 if (!readonly)
257 timer->Start(500);
258}
259
260void TextEdit::SetSelectAllOnFocusGain(bool enable)
261{

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected