Release 1.0.6553.37909 (December 10, 2017)
·
21 commits
to master
since this release
Added efficient, easy-to-use low-level mouse and keyboard hooks to the library, which can be found in the InputHelper.Hooks
class.
Object name changes:
-
<!> Renamed the root namespace from
InputHelperLibrary
toInputHelperLib
! -
Renamed the
ModifierKey
enumeration toModifierKeys
.
Additional changes:
-
Added the
Windows
key to theModifierKeys
enumeration. -
Applied the
Flags
attribute to theModifierKeys
enumeration and made each of its values a power of 2.