flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
289 stars 25 forks source link

[Enhancment] Mouse wheel scroll horizontially when no vertical scroll bar #87

Closed Avril112113 closed 3 years ago

Avril112113 commented 3 years ago

Title says it all, when there is no vertical scroll bar, but there is a horizontal one, scroll horizontally with the mouse wheel It would be nice to be able to control the scrolling behaviour as well.

flamendless commented 3 years ago

Hi @Dude112113 , will get to this as soon as I can. I still need to figure out how scrolling in a view works internally in Slab

flamendless commented 3 years ago

@Dude112113 this is implemented now. Horizontal scrolling will be the default if there is no possible vertical scrolling. Scrolling behavior is not yet implemented as I am still pondering what configuration is needed for the scrolling behavior.