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 #155

Closed MarWelz closed 2 years ago

MarWelz commented 2 years ago

The drag threshold in the system metrics is defined as a rectangle around the starting point. It is not the distance from the starting point, as the code previously assumed.