prasannavl / WinApi

A simple, direct, ultra-thin CLR library for high-performance Win32 Native Interop
Apache License 2.0
823 stars 101 forks source link

add: KeyboardInputState setters #31

Closed mpolicki closed 5 years ago

mpolicki commented 5 years ago

This adds setters for KeyboardInputState members.

One thing I noticed though, wouldn't it be better if RepeatCount were ushort and ScanCode were byte?

mpolicki commented 5 years ago

Is there a problem with this PR? Should I have opened an issue first?

prasannavl commented 5 years ago

@mpolicki - So sorry, was really caught up. No problem, this is a great PR (just got overwhelmed off late with personal stuff.. Thank you so much :)

mpolicki commented 5 years ago

@prasannavl No worries, thanks for accepting :)