Hold block added
This commit is contained in:
@ -362,7 +362,7 @@ bool ApplicationManager::initializeManagers() {
|
||||
consume = true;
|
||||
}
|
||||
|
||||
if (!consume && sc == SDL_SCANCODE_H) {
|
||||
if (!consume && sc == SDL_SCANCODE_F1) {
|
||||
AppState currentState = m_stateManager ? m_stateManager->getState() : AppState::Loading;
|
||||
if (currentState != AppState::Loading) {
|
||||
m_showHelpOverlay = !m_showHelpOverlay;
|
||||
|
||||
Reference in New Issue
Block a user