From f2079851807a0c4f4b3d51ec31e696e7d7c662c8 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sun, 5 Jan 2025 13:44:10 +0100 Subject: [PATCH] =?UTF-8?q?Retocs=20en=20el=20punter=20del=20ratol=C3=AD?= =?UTF-8?q?=20per=20al=20mode=20ARCADE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/mouse.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/mouse.cpp b/source/mouse.cpp index c853640..e412ac6 100644 --- a/source/mouse.cpp +++ b/source/mouse.cpp @@ -15,7 +15,9 @@ namespace Mouse last_mouse_move_time = SDL_GetTicks(); if (!cursor_visible) { +#ifndef ARCADE SDL_ShowCursor(SDL_ENABLE); +#endif cursor_visible = true; } }