-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling speed is very low #66
Comments
I have the same problem. Cleanroom 15.24.0.3035 prevents Xaero's Worldmap from using the scroll wheel to zoom and Mouse Tweaks from using the scroll wheel to move items. They both work fine when I use Forge. I tried changing INPUT_SCROLL_SPEED inside |
Should have fixed in latest 3037 |
I tried the latest 3037 and still have issues. |
Did you remember to change the value? I have tested locally before pushed |
Originally INPUT_SCROLL_SPEED was 1.0 and it didn't work. When I set it to 120.0 it worked. |
I've noticed that by setting this to 120, any items in the inventory slot near the center of the screen end up sometimes being moved even without a scroll input, when using Mouse Tweaks. |
Try 0.2.2 to see if it was fixed. |
I just looked into this now, no fix yet, but I did figure out a better description of the problem and a way to reproduce it. Using the scrollwheel to switch your active item on the hotbar will cause any item in the inventory slot at the center of the screen to then be input/output from whatever inventory you next access based on how much you've scrolled. |
@medcorn Try to:
|
Just updated Fugue to 0.15.7, reset configs, problem of being unable to scroll items persists. |
Can't be reproduced by me and another tester, try to:
|
I'll join the Discord and see what's up there, I suppose. |
I have same problem with item scrolling |
This is apparently an issue with LWJGL3, so can't be fixed for the time being I think |
Occurs with Mekanism's portable teleporter , which is weird because the Mekanism's tickClient class is apparently patched. Fugue 0.15.9. |
In screens with scroll bars you can use the mouse wheel to scroll through a list, but on Cleanroom the scrolling speed is very low. This also makes you unable to zoom with the mouse wheel in FTB Quests, and you can't move items by scrolling when MouseTweaks is installed (and when the "scroll item scaling" config is set to "relative to scroll amount", which is the default).
I worked around this by modifying the value of INPUT_SCROLL_SPEED to 120. This fixed all the issues described above, but does not seem to be a good fix. I tried 1.7.10 with lwjgl3ify mod, and it worked fine with this value set to 1.
OS: Windows
Cleanroom: 3029
The text was updated successfully, but these errors were encountered: