MCPcopy 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

ShortcutToggleConsoleFunction · 0.85

Calls 2

GetContextFunction · 0.85
IsTextInputActiveMethod · 0.80

Tested by

no test coverage detected