mpv.net icon indicating copy to clipboard operation
mpv.net copied to clipboard

Cursor doesn't hide in fullscreen

Open Akhilesh-T opened this issue 2 years ago • 3 comments

Describe the bug Cursor doesn't hide in fullscreen

To Reproduce Renamed mpv.conf, but issue persists.

Steps to reproduce the behavior:

  1. Include cursor-autohide = always and cursor-autohide-fs-only in mpv.conf
  2. Open video and go full screen
  3. Cursor doesn't hide

Expected behavior Cursor should hide immediately after going fullscreen

Additional context Not reproducible in mpv

  1. mpv.net version 6.0.3
  2. Windows version 10.0.19044 Build 19044
  3. GPU name Intel(R) HD Graphics

Akhilesh-T avatar Jul 30 '22 06:07 Akhilesh-T

Does it hide after a few seconds, or doesn't it hide at all?

mpv.net doesn't implement any cursor related property, instead it has own cursor code which cannot be customized.

You have to move the cursor away from the bottom area in or close to the osc bar.

stax76 avatar Jul 30 '22 07:07 stax76

Does it hide after a few seconds, or doesn't it hide at all?

It hides after a few seconds

mpv.net doesn't implement any cursor related property, instead it has own cursor code which cannot be customized.

Oh, didn't know that

Akhilesh-T avatar Jul 30 '22 08:07 Akhilesh-T

Anything Window related is not implemented unless documented here:

https://github.com/stax76/mpv.net/blob/master/docs/Manual.md#window-limitations

stax76 avatar Jul 30 '22 08:07 stax76