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 LastInputInfo is missing? #537

Closed dhunt84971 closed 3 years ago

dhunt84971 commented 3 years ago

I haven't been able to find this function, but it's possible I am not looking in the right place or it has not been implemented yet.

If not implemented I would like to submit the request to have it added.

I am using VSCode with the NuGet Package Manager and the PInvoke.User32 package installed under Window 10.

AArnott commented 3 years ago

Per our README, we don't have 100% coverage for every library, so you likely found a method that simply hasn't been added yet. You're welcome to send a PR to add it. Please review our README and CONTRIBUTING docs carefully before doing so.

AArnott commented 3 years ago

Closed by #542