Empiree / DeftSharp.Windows.Input

An open-source .NET library designed for keyboard and mouse control in Windows.
MIT License
73 stars 21 forks source link

KeyboardKeySet and KeyboardButtonSet classes #51

Closed romadanskiy closed 4 months ago

romadanskiy commented 5 months ago

Added KeyboardKeySet and KeyboardButtonSet classes.
KeyboardKeySet provides collections of specific keyboard keys - for public use.
KeyboardButtonSet provides collections of specific keyboard buttons - only for internal use.
Closes #49.

Empiree commented 5 months ago

Hi @romadanskiy !

I apologize for the delay, I will review your PR in the coming days!