Add theme colors to touch dragger and fix touch dragger icon theme

This commit is contained in:
Koyper 2025-07-17 12:50:41 -05:00
parent 987832be46
commit 21144401c3
4 changed files with 28 additions and 6 deletions

View file

@ -88,6 +88,9 @@ private:
TextureRect *touch_dragger = nullptr;
struct ThemeCache {
Color touch_dragger_color;
Color touch_dragger_pressed_color;
Color touch_dragger_hover_color;
int separation = 0;
int minimum_grab_thickness = 0;
bool autohide = false;