Move default

This commit is contained in:
DamianS-eng
2025-03-15 16:24:25 -04:00
committed by Sam Lantinga
parent 3b58ad9d48
commit 80ff0f45fd

View File

@@ -380,9 +380,9 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event)
case SDL_EVENT_KEY_DOWN:
return handle_key_event_(ctx, event->key.scancode);
break;
}
default:
break;
}
return SDL_APP_CONTINUE;
}