nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
945 stars 64 forks source link

pause on mouse release #92

Open HarkTu opened 2 years ago

HarkTu commented 2 years ago

Would be good video to be paused on mouse release instead mouse press, if possible.

Foxician commented 10 months ago

I second that! If it paused on mouse up instead mouse down, it would further allow to add a speed up when you keep mouse pressed, just like the new feature on Youtube - it's very convenient!

yump commented 2 months ago

Conversely, waiting for mouse-up increases UI latency, especially with some firmware de-bouncing implementations. I've had one mouse that didn't allow clicks shorter than 30 ms or so.