-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Mouse cursor isn't visible #316
Comments
Hey, can you try the |
I tried, in the current branch the cursor is displayed in the upper corner of the screen, but now it does not react to the movements of the mouse. Last time I was able to click on buttons without a visible cursor ;) |
Ah, I have an idea what's wrong. I think the cursor is only shown at the new position when flutter draws a new frame. I'll fix it |
More interestingly, if you run an example from your video player library (https://pub.dev/packages/flutterpi_gstreamer_video_player), the cursor starts to move. I hope this will somehow help |
Hi, this bug has been fixed or is there a workaround? Thanks |
fixed by #323 |
Hi. Thank you for your work!
Recently i used this library for my setup (rpi3 + blu-mouse + projector), but mouse cursor isn't visible.
i think you should always display the mouse cursor, but display the cursor in the upper right corner (visual invisible), for example
https://github.com/ardera/flutter-pi/blob/ca62469570/src/user_input.c#L343
I'm not familiar with c code, so i can't propose pr
The text was updated successfully, but these errors were encountered: