inputs from keyboard are now decoupled

This commit is contained in:
Priec
2025-09-10 22:12:22 +02:00
parent 2cbbfd21aa
commit a604d62d44
6 changed files with 460 additions and 298 deletions

3
client/src/input/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
// src/input/mod.rs
pub mod action;
pub mod engine;