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

Function GetTextboxSession

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

Source from the content-addressed store, hash-verified

611 }
612 }
613 const TextInputSession* GetTextboxSession()
614 {
615 return _textInput;
616 }
617 void SetTexboxSession(TextInputSession* session)
618 {
619 _textInput = session;

Callers 2

WidgetTextBoxDrawFunction · 0.85
onDrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected