aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-17 20:07:11 -0400
committeriamcheeseman <[email protected]>2026-05-17 20:07:11 -0400
commitdcfe8e6f08b1722639ad8e64db7553c60d3c7d11 (patch)
tree92c46670fa9d374436d9753f229fd0b2f5d3a34b /teensy/teensy_ui.h
parent9642787fac5b3586f30bc07e4430784a658ba38f (diff)
GUI sliders
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 0a1837a..ce35ec1 100644
--- a/teensy/teensy_ui.h
+++ b/teensy/teensy_ui.h
@@ -39,6 +39,7 @@ bool tyui_begin_window_ex(
);
void tyui_end_window(void);
bool tyui_button(const char *text);
+void tyui_slider(float min, float max, float step, float *value);
void tyui_text(const char *fmt, ...);