Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ContextInputHandleKeyboard
Function
ContextInputHandleKeyboard
src/openrct2/Context.cpp:1726–1730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1724
}
1725
1726
void ContextInputHandleKeyboard(bool isTitle)
1727
{
1728
auto windowManager = GetWindowManager();
1729
windowManager->HandleKeyboard(isTitle);
1730
}
1731
1732
void ContextQuit()
1733
{
Callers
2
TitleHandleKeyboardInput
Function · 0.85
GameHandleKeyboardInput
Function · 0.85
Calls
2
GetWindowManager
Function · 0.85
HandleKeyboard
Method · 0.45
Tested by
no test coverage detected