F12 toggle de showFPS en mode debug

This commit is contained in:
2026-03-22 19:59:48 +01:00
parent 495c23a3d2
commit 030779794e
2 changed files with 9 additions and 4 deletions

View File

@@ -241,6 +241,15 @@ namespace GlobalInputs {
handleToggleVSync();
break;
#ifdef _DEBUG
case InputAction::TOGGLE_DEBUG:
Screen::get()->toggleFPS();
break;
case InputAction::SHOW_DEBUG_INFO:
break;
#endif
case InputAction::NONE:
default:
// No se presionó ninguna acción global