diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-09 20:31:31 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-09 20:31:31 -0700 |
| commit | da1891aa0a053297e1b17bc34c23c362f9ac0c6b (patch) | |
| tree | 1c74a7102475ab4d86a513f96680179985fc4455 /include/mouse.h | |
| parent | f7ab7a861f70bd67ef26685f29ed5e5b8b6bef17 (diff) | |
Add mouse movement
Diffstat (limited to 'include/mouse.h')
| -rw-r--r-- | include/mouse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mouse.h b/include/mouse.h index ad600ef..016f48a 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -25,6 +25,8 @@ extern int ta_mouse_x; extern int ta_mouse_y; extern bool ta_mouse_click; +extern float ta_mouse_delta_x; +extern float ta_mouse_delta_y; void ta_mouse_update(void); |