From 2d64ec0a686173b084e02172bb77bd0ec3abdf1d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 26 May 2026 15:36:06 -0400 Subject: rename `tyui_draw()` -> `tyui_end_frame()` --- teensy/teensy_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index a7b5d4e..abcf291 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -104,6 +104,6 @@ void tyui_slider_ex( void tyui_text_input(tyui_Text_Input *input); // Draws all accumulated draw commands and initializes the next frame. -void tyui_draw(void); +void tyui_end_frame(void); #endif // TEENSY_UI_H_ -- cgit v1.3-2-g0d8e