-
Notifications
You must be signed in to change notification settings - Fork 186
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
Cursor capture behavior changed in Windows 11 #87
Comments
Do you mean |
No, I mean private ShowSystemCursor() from user32.dll to hide system cursor completely. Or public MagShowSystemCursor does the same thing. If I use ShowCursor() I still see 2 cursors at the time. |
Hmmm, I switched my test app to use |
Have you called the MagInitialize() prior to calling MagShowSystemCursor? Otherwise it won't work. |
Yes, |
22000.132 still has this issue. I'll wait for you to confirm that this has been fixed in newer releases. Thank you! |
What were the changes to cursor capture in Windows 11?
I need to take a capture and show the image on the same computer. I used to hide the system cursor with ShowSystemCursor(FALSE), but the cursor was still captured and shown in the final image. Now on Windows 11 (22000.100), if I hide the cursor, it is also not captured, if I don’t hide it, I see 2 cursors.
The text was updated successfully, but these errors were encountered: