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

Not work with very old Synaptics touchpad #76

Open longforrich opened 4 days ago

longforrich commented 4 days ago

OS: win10 22H2 version: 2.0.6.0 touchpad: Synaptics PS/2 Touchpad driver is ok: 驱动 windows settings: 精确触摸板 ThreeFingerDragOnWindows said its work or not work??? no xy input data display UI显示启用 log file: Logs_ThreeFingerDragOnWindows.txt

Very old hardware but it is a precision touchpad, can works with 3 or 4 finger, and work fine

So...does that mean it should to be thrown to dustbin😂

ClementGre commented 3 days ago

ThreeFingerDragOnWindows is indeed not receiving any inputs as nothing is logged.

It is strange that TFDOW could register the devie on its RawHID listener, but couldn't receive nothing.

I don't know what's wrong, but the input can vary depending on the touchpad and some don't see all the fingers they put on the touchpad. I'll see if I can find out the reason of this bug. I Windows can get the input, why couldn't I? I can't promise nothing, but there are still some improvements to do with the acquisition of the inputs.