Skip to content

Release 1.0.7167.41682 (August 17, 2019)

Compare
Choose a tag to compare
@Visual-Vincent Visual-Vincent released this 16 Aug 23:49
· 7 commits to master since this release
bf1d635

Refactored the code into separate files and namespaces (finally!).

Major changes:

  • <!> The hooks' event argument classes now live under their own namespace InputHelper.EventArgs.
    This resulted in the following changes:

    • InputHelperLib.InputHelper.Hooks.KeyboardHookEventArgs ==> InputHelper.EventArgs.KeyboardHookEventArgs

    • InputHelperLib.InputHelper.Hooks.MouseHookEventArgs ==> InputHelper.EventArgs.MouseHookEventArgs

  • <!> Renamed root namespace from InputHelperLib to InputHelper and removed InputHelper class
    (for most projects this shouldn't make a difference).

Other updates:

  • Signed the DLL-files with strong names.
  • Added the functions Mouse.IsButtonDown() and Mouse.IsButtonUp().