dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

User32 raw input API is not present #531

Closed jnm2 closed 1 year ago

jnm2 commented 3 years ago

E.g.: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-registerrawinputdevices

Lakritzator commented 3 years ago

Maybe I can have a go add this, but not sure when I have the time.

Anyway, you might want to look at the code here if you need some examples: https://github.com/dapplo/Dapplo.Windows/blob/master/src/Dapplo.Windows.Input/RawInputApi.cs

AArnott commented 3 years ago

Thanks for volunteering, @Lakritzator.

I would encourage anyone thinking about contributing to the repo to not do anything about it this week in particular. I am not at liberty to say why just yet, but wait till this weekend and reevaluate.