tyfon7 / UIFixes

Small QOL fixes for SPTarkov
MIT License
8 stars 1 forks source link

Add Inventory Scrolling Speed #2

Closed Lacyway closed 3 months ago

Lacyway commented 3 months ago

This adds an option to configure the stash scrolling speed while using the mouse-wheel. Can be configured/changed to your liking.

Lacyway commented 3 months ago

This can be further improved, right now it seems to only work in the actual stash itself. I'm not a fan of spamming reflection, so this was the easiest way to do it without resorting to that.

tyfon7 commented 3 months ago

I actually just implemented this before seeing this PR :) I did it by patching ScrollRectNoDrag, which seems to handle most places.

I'm going to decline this in favor of my own change, but thank you for contributing!