Skip to content

Release 1.0.6553.37909 (December 10, 2017)

Compare
Choose a tag to compare
@Visual-Vincent Visual-Vincent released this 10 Dec 21:22
· 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 to InputHelperLib!

  • Renamed the ModifierKey enumeration to ModifierKeys.

Additional changes:

  • Added the Windows key to the ModifierKeys enumeration.

  • Applied the Flags attribute to the ModifierKeys enumeration and made each of its values a power of 2.