microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
MIT License
1.99k stars 84 forks source link

Add `GET_WHEEL_DELTA_WPARAM` macro #1203

Open Susko3 opened 3 weeks ago

Susko3 commented 3 weeks ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The GET_WHEEL_DELTA_WPARAM is not implemented.

0>NativeMethods.txt(10,1): Warning PInvoke001 : Method, type or constant "GET_WHEEL_DELTA_WPARAM" not found

Describe the solution you'd like A clear and concise description of what you want to happen.

Implement the https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-get_wheel_delta_wparam macro.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.