Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WidgetTextBoxDraw
Function · 0.85
onDraw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected