rodrigocfd / winsafe

Windows API and GUI in safe, idiomatic Rust.
https://crates.io/crates/winsafe
MIT License
523 stars 30 forks source link

Add wrapper for GetLastInputInfo #129

Closed Strackeror closed 6 months ago

Strackeror commented 6 months ago

Small personal project of mine is bringing the whole windows crate just for that one function that's outside of winsafe, so I thought I'd just make a PR for it :)

Mostly copied the pattern from other similar functions, please do tell if I missed anything !