WinHooks.NET Changelog

What's new in WinHooks.NET 1.3

Sep 18, 2013
  • [Added]:
  • Added IsGestureMaking variable in MouseGesturesModule (determine whether user is actually making gesture)
  • MouseHooks: added variables: MouseCoords, LeftMouseButtonState, RightMouseButtonState
  • KeyboardHooks: added method GetKeyState
  • [Updated]:
  • Updated assembly info
  • [Deleted]:
  • Removed unused references

New in WinHooks.NET 1.2 (Sep 18, 2013)

  • [Added]:
  • Build-in events history system
  • New type of filter based on lambda expressions
  • From now on, the module recognizes patterns in the prescribed direction of the mouse.
  • Added variable determining when the gesture analysis procedure is to be activated (right or left mouse button).
  • [Updated]:
  • Updated Example3 (support patterns of specific direction)
  • [Fixed]:
  • Fixed a bug that caused no value in the variable "Time"
  • Fixed the incorrect pattern recognition

New in WinHooks.NET 1.1 (Sep 18, 2013)

  • [Added]:
  • Mouse Gestures class
  • New event handler: MouseGestureEventArgs
  • New Example (showing mouse gestures)
  • [Edited]:
  • Renamed HotKeyNameExistException to NameExistException