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

Function SetTexboxSession

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

Source from the content-addressed store, hash-verified

615 return _textInput;
616 }
617 void SetTexboxSession(TextInputSession* session)
618 {
619 _textInput = session;
620 }
621 bool IsUsingWidgetTextBox()
622 {
623 return _usingWidgetTextBox;

Callers 1

setTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected