aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-28 21:00:11 -0400
committeriamcheeseman <[email protected]>2026-05-28 21:00:11 -0400
commit3d80fc2bcc2888ae5ce2d1334eb9ec30fac544ea (patch)
treec968f1b32f884b550cc7fb54f906d94a995f1680 /teensy/teensy_ui.h
parent78520499d6c444e435879eef1ac96cdff9e6c4d1 (diff)
window scrolling
Diffstat (limited to 'teensy/teensy_ui.h')
-rw-r--r--teensy/teensy_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h
index c1081d4..237d140 100644
--- a/teensy/teensy_ui.h
+++ b/teensy/teensy_ui.h
@@ -15,6 +15,8 @@
#define TYUI_WIN_INVISIBLE (1 << 5)
#define TYUI_WIN_ALWAYS_BELOW (1 << 6)
+#define TYUI_SCROLL (7)
+
// Marks the beginning of a window, with sane defaults.
#define tyui_begin_window(_title, _rect, _id, ...) \
tyui_begin_window_ex((tyui_Window_Conf){ \