amagat el cursor d'inici en mode finestra

This commit is contained in:
2025-12-16 22:47:12 +01:00
parent bc5982b286
commit 886ec8ab1d
6 changed files with 52 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ extern Uint32 cursor_hide_time; // Tiempo en milisegundos para ocultar el c
extern Uint32 last_mouse_move_time; // Última vez que el ratón se movió
extern bool cursor_visible; // Estado del cursor
void forceHide(); // Forçar ocultació del cursor (sincronitza estat intern)
void handleEvent(const SDL_Event& event);
void updateCursorVisibility();