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

Function IsUsingWidgetTextBox

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

Source from the content-addressed store, hash-verified

619 _textInput = session;
620 }
621 bool IsUsingWidgetTextBox()
622 {
623 return _usingWidgetTextBox;
624 }
625 bool TextBoxCaretIsFlashed()
626 {
627 return _textBoxFrameNo <= 15;

Callers 2

processMethod · 0.85
hasTextInputFocusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected