Keyboard input, translation, time

This commit is contained in:
duck
2025-05-27 18:55:25 +05:00
parent a7afe41a70
commit 1e454ba428
6 changed files with 169 additions and 6 deletions

4
src/mouse.zig Normal file
View File

@@ -0,0 +1,4 @@
x: f32,
y: f32,
dx: f32,
dy: f32,