-
Notifications
You must be signed in to change notification settings - Fork 164
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
[MBTN_LEFT cycle pause] causes video pausing when double-click (fullscreen toggle) #685
Comments
Try putting |
It still causes video to cycle pause. |
I'm confused what's exactly the issue here. By default |
mpv.net/src/MpvNet/InputHelp.cs Line 205 in 3f52c12
MBTN_LEFT is bind with ignore by default in mpv.net . In mpv , it isn't bind by anything by default.And the only line in my input.conf is MBTN_LEFT cycle pause , for both mpv.net and mpv
|
options-input-default-bindings / input-builtin-bindings What you're describing is literally default test.mp4 |
Ok. Let me explain in a bit more details:
Suppose the video was in
In other words, in |
This sounds like it's related to this then, and from the response in that issue it probably won't get fixed anytime soon. [edit]
|
mpv.net/src/MpvNet/InputHelp.cs Line 205 in 3f52c12
Well, I suppose there's no good reason for why the above code should be there. I mean, it is hard coded and furthermore it is bound to ignore
|
How does net changes mouse to regular mpv? |
With [MBTN_LEFT cycle pause] or [MBTN_LEFT script-message-to mpvnet play-pause] in input.conf, video is cycle paused when left-mouse double-clicking (fullscreen toggle).
This can't be reproduced with mpv. In other words, this works as expected in mpv: left-mouse double-click only toggles fullscreen, and not causing video to pause/unpause.
Additional context
Add any other context about the problem here.
May relating to #89
The text was updated successfully, but these errors were encountered: