ClementGre / ThreeFingerDragOnWindows

Enables macOS-style three-finger dragging functionality on Windows Precision touchpads.
https://apps.microsoft.com/detail/9MSX91WQCM2V?
MIT License
602 stars 40 forks source link

Delay before click release does't work properly #59

Closed L1nktus closed 3 months ago

L1nktus commented 6 months ago

It seems to happen when i release my fingers realy quick or 2 fingers at the same time, the click releases instantly.

ClementGre commented 6 months ago

Can you upload your log file? Generate it in the Other Settings tab, you can also watch the time on your computer and remove the lines that are before/after the drag issue for me to clearly see only the related logs.

L1nktus commented 6 months ago

Can you upload your log file? Generate it in the Other Settings tab, you can also watch the time on your computer and remove the lines that are before/after the drag issue for me to clearly see only the related logs.

Logs_ThreeFingerDragOnWindows.txt

Thanks for replying! Here are related logs.

ClementGre commented 6 months ago

According to your logs, the release is due to the fact that the app detected that only one finger was present on the touchpad and provoked the cursor to move more than 10 pixels. Maybe I should put the move threshold as an option in the settings cause it can vary in function of screen DPI and touchpad hardware.

L1nktus commented 6 months ago

According to your logs, the release is due to the fact that the app detected that only one finger was present on the touchpad and provoked the cursor to move more than 10 pixels. Maybe I should put the move threshold as an option in the settings cause it can vary in function of screen DPI and touchpad hardware.

got it,sometimes it just releases randomly, thanks for replying!

ClementGre commented 6 months ago

But is never releases unless you releases your fingers right?

L1nktus commented 6 months ago

But is never releases unless you releases your fingers right?

oh of course, generally speaking it's perfect, thanks for developing!

ClementGre commented 6 months ago

If you think that this is still a bug that should be fixed, you can keep the issue opened, otherwise I won't work on it.

L1nktus commented 6 months ago

If you think that this is still a bug that should be fixed, you can keep the issue opened, otherwise I won't work on it.

oh sorry, then I'll keep it opened

L1nktus commented 3 months ago

perfect solution by version 2.0.6.0, thank you!!!