MCPcopy 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

TitleHandleKeyboardInputFunction · 0.85
GameHandleKeyboardInputFunction · 0.85

Calls 2

GetWindowManagerFunction · 0.85
HandleKeyboardMethod · 0.45

Tested by

no test coverage detected