merdes varies

This commit is contained in:
2025-08-08 21:06:28 +02:00
parent 98f34c0a09
commit 0fc83cf9c1
11 changed files with 34 additions and 26 deletions

View File

@@ -168,7 +168,7 @@ class Input {
void resetInputStates();
// --- Eventos ---
void handleEvent(const SDL_Event &event);
auto handleEvent(const SDL_Event &event) -> bool;
void printConnectedGamepads() const;