diff options
| author | iamcheeseman <[email protected]> | 2026-05-17 12:47:10 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-17 12:47:10 -0400 |
| commit | 9642787fac5b3586f30bc07e4430784a658ba38f (patch) | |
| tree | df77363fae9589c07368d39703af0ae2abfd370f /teensy/teensy_ui.h | |
| parent | 6175e022e05d7224d57de2871246316a30dbf52e (diff) | |
add simple ui layouts
Diffstat (limited to 'teensy/teensy_ui.h')
| -rw-r--r-- | teensy/teensy_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index 771de61..0a1837a 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -26,6 +26,8 @@ typedef uint8_t tyui_Id; void tyui_init(const ty_Font *font); void tyui_deinit(void); +void tyui_layout(const float *layout); + void tyui_draw(void); bool tyui_begin_window_ex( |
