Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
276 stars 33 forks source link

It Scrolls In Reverse #257

Closed ahmutkadim closed 7 months ago

ahmutkadim commented 7 months ago

As I mentioned on the title, in the example project of Druid, main menu scrolls in reverse according to input given. I am using MacOS and a trackpad, would that be the case, what can be done?

Insality commented 7 months ago

Hello! The scroll have the option to inverse the mouse wheel direction. So if required you can adjust how it should be inside your game

WHEEL_SCROLL_INVERTED bool If true, invert direction for touchpad and mouse wheel scroll (default false)

https://insality.github.io/druid/modules/Scroll.html#style