diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-25 17:29:32 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-25 17:29:32 -0300 |
| commit | 6f4930e920b3f368d0fcb9acfd2824095b101681 (patch) | |
| tree | b6154c99c4fd67c7d3e6b94295bd182f2ac0fdfa /src/controller.h | |
| parent | 776d0e8262e8206819f5475d08ff10caa855cca5 (diff) | |
Controller and Rumble stuff.
Diffstat (limited to 'src/controller.h')
| -rw-r--r-- | src/controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controller.h b/src/controller.h index 0d474a7..30c73d1 100644 --- a/src/controller.h +++ b/src/controller.h @@ -8,5 +8,7 @@ b32 is_button_released(i32 btn); vec2 get_dir_input(void); +// This portion is implemented in rumble.c! // void set_rumble(f32 duration, f32 strength); +void poll_rumble(f32 dt); void stop_rumble(void); |
