Replies: 1 comment 1 reply
-
I moved event handling to mousedown because people were complaining the UI feels less responsive when it's on click and requested it to be moved to down. I personally don't care either way. So I guess fight it out :) I fixed the pause issue in bb91868. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that I had a chance to experienced this recently changed behavior of uosc to activate buttons on mouse down instead of a full mouse click, I thought I should open a discussion here on what others think about this change.
Developer Tomas prefers mouse down button activation, but for me this change feels counter-intuitive, as it breaks with how the other software behave on the system. All other software, other media players, including mpv without uosc, only register clicks on a full mouse click, not on mouse down. uosc's new behavior seems unexpected. I believe the only buttons that should work on mouse down should be fast forward and rewind.
Also my initial concern from this thread here about the window dragging on a border-less uosc have also come true. Now if you wish to drag mpv across the screen, you have to click exactly in the middle of the screen. Clicking anywhere close to the top or bottom of the screen will pause the video while dragging.
I hope Tomas will reconsider this change and restore uosc earlier behavior that conforms with the rest of the software ecosystem on the OS.
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions