| 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 | { |
no test coverage detected