refactor: build decoupled input processing & add event queue system

This commit is contained in:
2025-08-13 20:45:56 -05:00
parent abdefe0af0
commit d80d7061e7
11 changed files with 157 additions and 82 deletions

View File

@@ -8,6 +8,7 @@ pub mod entity;
pub mod error;
pub mod game;
pub mod helpers;
pub mod input;
pub mod map;
pub mod platform;
pub mod texture;