MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / HandleKeyboard

Method HandleKeyboard

src/openrct2-ui/WindowManager.cpp:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 }
615
616 void HandleKeyboard(bool isTitle) override
617 {
618 auto& inputManager = GetInputManager();
619 inputManager.process();
620 }
621
622 std::string GetKeyboardShortcutString(std::string_view shortcutId) override
623 {

Callers 1

Calls 1

processMethod · 0.80

Tested by

no test coverage detected