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

after move mouse will left screensaver action,screen still blank or white #341

Open
hmjvaline opened this issue Sep 20, 2024 · 0 comments
Open

Comments

@hmjvaline
Copy link

after move mouse will left screensaver action,screen still blank or white
must click mouse screensaver windows to close shutdown

i check code i find maybe problem is where
in MainWindow.xaml.cs / void InitializeScreenSaver()
have
// Mouse Move
MouseInterceptor.Instance.MouseMoveEvent += MouseInterceptor_MouseMoveEvent;

must move or copy to void InitializeXibo() belown
MouseInterceptor.Instance.MouseClickEvent += MouseInterceptor_MouseClickEvent;

maybe to solve the main windows not completely shutdown/close problem

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

No branches or pull requests

1 participant