added scroll bar to tim_scroll

This commit is contained in:
2026-01-14 22:11:18 +05:00
parent 2a685dfcd0
commit f650e568d6
2 changed files with 50 additions and 14 deletions

View File

@@ -181,6 +181,8 @@ typedef struct TimScrollState {
TimScrollItem* items;
u32 len;
u32 cur;
bool draw_border;
bool show_scroll_bar_horizontal;
bool use_mouse_wheel;
} TimScrollState;