Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ContextIsInputActive
Function
ContextIsInputActive
src/openrct2/Context.cpp:1638–1641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1636
}
1637
1638
bool ContextIsInputActive()
1639
{
1640
return GetContext()->GetUiContext().IsTextInputActive();
1641
}
1642
1643
void ContextTriggerResize()
1644
{
Callers
1
ShortcutToggleConsole
Function · 0.85
Calls
2
GetContext
Function · 0.85
IsTextInputActive
Method · 0.80
Tested by
no test coverage detected