try to change input code

This commit is contained in:
2025-12-06 10:36:43 +08:00
parent f4131698b0
commit b1e4c81731

View File

@@ -1,6 +1,5 @@
#include "InputManager.h"
#include "ui/Render.h"
#include "core/Game.h"
SDL_AppResult InputManager::handleInputEvent(const SDL_Event* event, const Renderer* g_renderer, Game* g_game) {
switch (event->type) {