-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
MouseCursor::Grab and ::Grabbing look like ::Move on Win10 #42
Comments
Bump |
I am currently focusing on #63. I do not have a Windows 10 environment right now, but I will try to take a look at this soon. That said, feel free to investigate yourself! |
I just took a quick look. The issue seems to be here: https://github.com/rust-windowing/winit/blob/026b331ba54e1a49909242d72c5d78ed0d24b255/src/platform_impl/windows/util.rs#L167 The Windows API doesn't seem to expose a grab/grabbing cursor by default: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loadcursorw It seems that it has to be loaded as a custom cursor from a file or something. It doesn't look like a simple fix, but we should probably investigate a bit further. I have created an issue in |
I don't have time currently, I just bumped it because you wanted me to create this issue so you wouldn't forget to report it to |
For now, I keep track of all the issues (there aren't too many of them yet 😅). I didn't report it because I figured it wouldn't probably be an easy fix, it feels low-priority, and I know I wanted to try to fix it myself after working on Wasm support. One thing at a time. But thinking about it, it won't hurt reporting it I guess. In any case, I appreciate your concern. Thank you! |
This is probably a
winit
bug 😰The text was updated successfully, but these errors were encountered: