Clément Grennerat

Results 118 comments of Clément Grennerat

Ok for the ``#[cfg(dev)]``, but what about the ``#[cfg(target_os = "macos")]`` ? There is no way to check on operating system type from ~~backend~~ frontend.

Sorry for that, I meant frontend. The target os in frontend is always wasm (WebAssembly), then there is no way to check on the underlying os from frontend in rust...

Hi, do you see "Touchpad exists and is registered" on the app? Do you see the fingers coordinates appearing on the app like on the readme: ![https://raw.githubusercontent.com/ClementGre/ThreeFingerDragOnWindows/main/ThreeFingerDragOnWindows/Assets/Screenshot-1.png](https://raw.githubusercontent.com/ClementGre/ThreeFingerDragOnWindows/main/ThreeFingerDragOnWindows/Assets/Screenshot-1.png) What is your...

Hi, I published a new release that allows to record the app logs and to save the log file from the Other settings pane. Can you update TFDOW and enable...

Looks like your touchpad reports an empty touchpad contacts list half the time. I can try to fix that issue by ignoring the empty touchpad contacts reports. I couldn't identify...

Thank's, it is strange as there is no persistent report for three fingers at the same time, even removing the empty reports. I will make a new build for you...

I released a new version of TFDOW that ignores empty contacts reports. It might change the dragging behavior you are having, and the logs too. Can you check it? Download...

This could be a feature, but we would need to make sure this does not prevent from scrolling horizontally when possible. I will think about this, if the gesture is...

Hi, you can look at this example that decodes all of this stuff to get the right position of the five fingers: https://github.com/emoacht/RawInput.Touchpad

Hi, I just got a Windows laptop to work again on this project. Thank you @gurinderhans, your app is amazing and fixes a lot of issues. I inspired myself of...