aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/teensy_platform.h')
-rw-r--r--teensy/teensy_platform.h1
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_