mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
currently mouse processing only happens on mouse movement which causes cases where going from never -> auto does not show the osc even though the cursor might be in proximity. move mouse processing code to a function and refresh it when leaving visibility never to avoid such issues. Fixes: https://github.com/mpv-player/mpv/pull/17954#discussion_r3286015305