Hi,
I have been trying to get a VCL application to react to touchpad two fingers pan, with absolutely no success 😕
But two finger pan does not seem to trigger anything AFAICT.
Simple scrolling (tap and hold) and touchpad pinch-to-zoom get translated (by Windows) into scroll events just fine.
Though it's not a screen touch, I tried OnGesture as well, with or with a touch manager, no success there.
The two finger pan works just fine on other applications on the same laptop (Chrome, image editors, etc.), so it's a bit like the VCL application is missing a flag or something is eating/disabling the pan functionality.
Am I missing something obvious and Anyone got it working ? This is a Delphi 10.3 app.