Skip to content
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

fix: osc option hidetimeout not work #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Landius
Copy link

@Landius Landius commented Jul 22, 2023

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.

if cursor still in player after leaving osc area, don't `hide_osc()`
`render()` will auto `hide_osc()` after `hidetimeout`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant