Scrollbars can be dragged with the mouse

This commit is contained in:
Sasha Koshka 2023-01-21 01:15:30 -05:00
parent 3e8523f37a
commit d435f5a6a9

View File

@ -19,6 +19,8 @@ type ScrollContainer struct {
horizontal struct { horizontal struct {
exists bool exists bool
enabled bool enabled bool
dragging bool
dragOffset image.Point
gutter image.Rectangle gutter image.Rectangle
bar image.Rectangle bar image.Rectangle
} }