From 3d80fc2bcc2888ae5ce2d1334eb9ec30fac544ea Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 28 May 2026 21:00:11 -0400 Subject: window scrolling --- teensy/teensy_platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'teensy/teensy_platform.h') 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_ -- cgit v1.3-2-g0d8e