aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-21 21:55:17 -0400
committeriamcheeseman <[email protected]>2026-05-21 21:55:17 -0400
commit29ac539d35c6c0363b59ec3fbb26315563d62308 (patch)
tree612bd24c3f8a615860b0651d27510e60fda768ce /teensy/teensy_ui.h
parent130f8da1e3a923a28b8bea3ec2954eb95795daf1 (diff)
move ui command list to windows
Diffstat (limited to 'teensy/teensy_ui.h')
-rw-r--r--teensy/teensy_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h
index 802ec84..bcc3c0e 100644
--- a/teensy/teensy_ui.h
+++ b/teensy/teensy_ui.h
@@ -46,8 +46,6 @@ void tyui_deinit(void);
void tyui_push_layout(const float *column_widths);
void tyui_pop_layout(void);
-void tyui_draw(void);
-
bool tyui_begin_window_ex(
const char *title,
ty_Recti rect,
@@ -60,4 +58,6 @@ void tyui_end_window(void);
bool tyui_button(const char *text);
void tyui_text_ex(tyui_Align align, const char *fmt, ...);
+void tyui_draw(void);
+
#endif // TEENSY_UI_H_