mpv-osc-modern
mpv-osc-modern copied to clipboard
fix: osc option `hidetimeout` not work
when cursor leaves osc area, osc will hide immediately ignoring hidetimeout
value.
after this commit:
if cursor leaves osc area but still in the player, render()
will auto hide osc after hidetimeout
.
if cursor is out of the player, osc will hide immediately.