mouseData field of MOUSEINPUT structure is created as uint and does not allow specifying negative values. #933
Labels
usability
Touch-up to improve the user experience for a language projection
Actual behavior
Type for mouseData field inside MOUSEINPUT structure is created as a uint.
Expected behavior
According to the documentation (https://docs.microsoft.com/windows/win32/api//winuser/ns-winuser-mouseinput#members), we should be able to specify both positive and negative values to simulate forward or backward rotation of the wheel.
Repro steps
NativeMethods.txt
content:Below is the code generated for MOUSEINPUT structure in my project. Check the type for mouseData field
Context
0.1.647-beta
]net6.0-windows
]The text was updated successfully, but these errors were encountered: