-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[BUGFIX] Mouse cursor is no longer visible outside of the ingame editors #3881
base: develop
Are you sure you want to change the base?
[BUGFIX] Mouse cursor is no longer visible outside of the ingame editors #3881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't the cursor just be re-enabled when you enter and exit an in-game editor? This doesn't really do anything.
I think a proper solution would be to hide the cursor when you exit an editor.
EDIT: I just realized that the Chart Editor and Stage Editor already do this! This PR seems good otherwise.
:> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bro FINALLY, I was too lazy to do this PR myself, I'm glad someone decided to address this issue, the cursor was driving me a bit insane.
i just have a thing for small details no one will gaf about |
Does this actually fix the issue in the circumstances where it happens? I believe the issue was related to the Flixel debugger (and the linked issue also references the screenshot feature). |
I fixed it by hiding the cursor in |
I was using the screenshot feature |
that was accidental |
Does this PR close any issues? If so, link them below.
#3879
#3712
Briefly describe the issue(s) fixed.
Include any relevant screenshots or videos.
Before:
After:
8mb.video-q2j-xzbmpXIa.mp4