From bf3ff59277a6950f45244d9ae11dc032c360c0ee Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 14 May 2026 15:32:17 -0400 Subject: tyui buttons --- teensy/teensy_ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index 9a1e33a..aae066f 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -36,6 +36,7 @@ bool tyui_begin_window_ex( bool *closed ); void tyui_end_window(void); +bool tyui_button(const char *text); void tyui_text(const char *text); -- cgit v1.3-2-g0d8e