- unitat mouse per amagar el punter

- overlay captura el esc i confirma la eixida (falla en game)
This commit is contained in:
2026-04-04 22:32:53 +02:00
parent d4fc7c0ee8
commit a4ee304a79
7 changed files with 175 additions and 44 deletions

View File

@@ -27,8 +27,9 @@ set(APP_SOURCES
# Core - SDL3 GPU shader backend
source/core/rendering/sdl3gpu/sdl3gpu_shader.cpp
# Core - Input global (nueva)
# Core - Input (nova capa)
source/core/input/global_inputs.cpp
source/core/input/mouse.cpp
# Game
source/game/options.cpp