aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-14 15:32:17 -0400
committeriamcheeseman <[email protected]>2026-05-14 15:32:17 -0400
commitbf3ff59277a6950f45244d9ae11dc032c360c0ee (patch)
tree02c31e604d0b18a2653990971e0e82c31acef2db /teensy/teensy_ui.h
parent7828f700d0e9205cf3ac3eb7f07db29b99c1408e (diff)
tyui buttons
Diffstat (limited to 'teensy/teensy_ui.h')
-rw-r--r--teensy/teensy_ui.h1
1 files changed, 1 insertions, 0 deletions
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);