MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / TextBoxCaretIsFlashed

Function TextBoxCaretIsFlashed

src/openrct2-ui/interface/Window.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 return _usingWidgetTextBox;
624 }
625 bool TextBoxCaretIsFlashed()
626 {
627 return _textBoxFrameNo <= 15;
628 }
629 const WidgetIdentifier& GetCurrentTextBox()
630 {
631 return _currentTextBox;

Callers 1

WidgetTextBoxDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected