From dcfe8e6f08b1722639ad8e64db7553c60d3c7d11 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 17 May 2026 20:07:11 -0400 Subject: GUI sliders --- 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 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, ...); -- cgit v1.3-2-g0d8e