-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Added support for cursor visibility in WinForms. #1894
Conversation
fdb300a
to
76713a9
Compare
@freakboy3742 Does this need some changes, or is it good? |
This is on my list to look at; however, given the issues with #1895, I want to actually test this myself on Windows before merging, and I won't get a chance to do that until I'm back at work next week. |
Thanks. Take your time :) |
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.
I've added a manual test case, but otherwise this looks good.
Thanks :) |
Added support for cursor visibility in WinForms for the existing APIs. As discussed, implementation was done under existing API and no new API was added. A shadow variable was needed as the calls to show and hide cursor needs to be balanced.
PR Checklist: