diff options
| author | iamcheeseman <[email protected]> | 2026-05-23 10:55:01 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-23 10:55:01 -0400 |
| commit | c2ea095659dea04663b83fe5313173f209c9bb0b (patch) | |
| tree | 9e9d79902a442bdf1bb2ef6b38507217574b673e /teensy/teensy_platform.h | |
| parent | 5d36dcd67478cdb235f39d2aecb3270aba954001 (diff) | |
tyui text input boxes
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 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_ |
