vitoplantamura / MagicTrackpad2ForWindows

Magic Trackpad 2 Precision Touchpad driver for Windows (USB-only), based on the imbushuo driver, with Control Panel to set haptic feedback and options to improve pointer precision.
36 stars 0 forks source link

Force touch support #5

Open gritn0 opened 3 weeks ago

gritn0 commented 3 weeks ago

Hi Vito, awesome work on the driver. I would like to ask if force touch support is planned for the future and/or feasible. I was thinking about registering a second click when clicking with more pressure (like it works on macos) and having a vibration feedback response. And maybe let users map different pressure levels to keys or opening programs. Seeing that you can already read pressure in the control panel I thought it would be something possible to implement.

Thanks!

vitoplantamura commented 3 weeks ago

hi,

as for the MT2, it should be sufficient to put it in host click mode to achieve this functionality. However, I don't know the impact this might have on the imbushuo driver, in terms of complexity.

The real problem is that I don't think this feature is supported at all by Windows and the Precision Touchpad drivers!

Vito