From c2ea095659dea04663b83fe5313173f209c9bb0b Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sat, 23 May 2026 10:55:01 -0400 Subject: tyui text input boxes --- 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 5301385..8a1daa6 100644 --- a/teensy/teensy_platform.h +++ b/teensy/teensy_platform.h @@ -15,5 +15,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); #endif // TEENSY_PLATFORM_H_ -- cgit v1.3-2-g0d8e