gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.04k stars 257 forks source link

Update MouseListener.cs #156

Closed MarWelz closed 2 years ago

MarWelz commented 2 years ago

The MouseDragStarted event should report the starting point of the drag operation (the point of mouse button down), not the point where the drag operation was detected.