Retocs en el punter del ratolí per al mode ARCADE

This commit is contained in:
2025-01-05 13:44:10 +01:00
parent a16131335b
commit f207985180

View File

@@ -15,7 +15,9 @@ namespace Mouse
last_mouse_move_time = SDL_GetTicks(); last_mouse_move_time = SDL_GetTicks();
if (!cursor_visible) if (!cursor_visible)
{ {
#ifndef ARCADE
SDL_ShowCursor(SDL_ENABLE); SDL_ShowCursor(SDL_ENABLE);
#endif
cursor_visible = true; cursor_visible = true;
} }
} }