Made cursor work

This commit is contained in:
2025-12-07 20:09:41 +03:00
parent 44896ed0d9
commit 33fc237793
12 changed files with 136 additions and 30 deletions

View File

@@ -39,6 +39,7 @@ struct Input {
uint32_t control_prev;
Vector3 motion;
Vector2 mouse;
Vector2 mouse_abs;
float wheel_y;
bool mouse_moved;
bool wheel_moved;