Skip to content
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

MOUSEINPUT.mouseData type is i32 instead of win32's DWORD/u32 #1689

Closed
lifers opened this issue Aug 25, 2023 · 1 comment
Closed

MOUSEINPUT.mouseData type is i32 instead of win32's DWORD/u32 #1689

lifers opened this issue Aug 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lifers
Copy link

lifers commented Aug 25, 2023

Summary

Description says it all, using windows crate version 0.51.1. Is there any reason why it is implemented as such? Thanks in advance.

Reference: https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-mouseinput

Crate manifest

No response

Crate code

No response

@lifers lifers added the bug Something isn't working label Aug 25, 2023
@kennykerr
Copy link
Contributor

Yep, that doesn't line up with what's in the Windows headers. The windows crate gets this type information from metadata. I'll transfer this issue to the metadata repo for resolution.

@kennykerr kennykerr transferred this issue from microsoft/windows-rs Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants