diff options
| author | iamcheeseman <[email protected]> | 2026-05-28 21:00:11 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-28 21:00:11 -0400 |
| commit | 3d80fc2bcc2888ae5ce2d1334eb9ec30fac544ea (patch) | |
| tree | c968f1b32f884b550cc7fb54f906d94a995f1680 /teensy/teensy_platform.h | |
| parent | 78520499d6c444e435879eef1ac96cdff9e6c4d1 (diff) | |
window scrolling
Diffstat (limited to 'teensy/teensy_platform.h')
| -rw-r--r-- | teensy/teensy_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/teensy_platform.h b/teensy/teensy_platform.h index 8a1daa6..419922c 100644 --- a/teensy/teensy_platform.h +++ b/teensy/teensy_platform.h @@ -16,5 +16,6 @@ bool ty_platform_is_button_down(ty_Button btn); // Optional, no editor if not implemented ty_Vec2i ty_platform_get_mouse(void); bool ty_platform_get_typed_char(uint32_t *c); +int ty_platform_get_scroll(void); #endif // TEENSY_PLATFORM_H_ |
