emoacht / Monitorian

A Windows desktop tool to adjust the brightness of multiple monitors with ease
https://www.microsoft.com/store/apps/9nw33j738bl0
MIT License
3.32k stars 154 forks source link

Invert direction when controlling slider using mouse wheel #413

Closed bitrevo closed 1 year ago

bitrevo commented 1 year ago

Currently we can hover the mouse cursor on the brightness slider and adjust the value using mouse wheel.

It is working fine but it will be better the behavior can match Windows 11 OS, for example to adjust the sound volume in Windows action center.

emoacht commented 1 year ago

First of all, it should be clear what up/down directions mean for mouse wheel.

I made this image for this purpose. mouse-wheel-direction

Then, I designed to reflect the input from mouse wheel to a slider as following:

I am not sure what happens in your particular case.

bitrevo commented 1 year ago

Yes, you are right. I tested on another PC and do not have this issue. I will check and see what is the root cause.

(Update: still not able to find the root cause, but the issue was gone after I restart the pc.)