isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
98 stars 40 forks source link

Scroll speed is very slow #29

Closed intergrav closed 1 year ago

intergrav commented 2 years ago

Exactly the title, the scroll speed seems to be very slow in the menu when using the scroll wheel and I am not sure how to fix it.

isXander commented 2 years ago

This is down to minecraft's scrolling, I might implement custom scrolling. But this is YACL issue.

TheKodeToad commented 1 year ago

It's much slower than in vanilla.

Video.webm

isXander commented 1 year ago

I believe minecraft's scrolling speed depends on how much there is to scroll. I'll look into bypassing this with a constant scroll speed.

TheKodeToad commented 1 year ago

I believe minecraft's scrolling speed depends on how much there is to scroll. I'll look into bypassing this with a constant scroll speed.

Nope, Minecraft uses a constant scroll speed. At least it did last time I checked. It scrolls based on the entry width / 2.