Does Delphi 10 support multi-touch in traditional (non MetroUI, non-FireMonkey) win 32/64 applications?
I have researched this (and tried it) and it doesn't work. I would think I should be able to do the following:
I would expect the pinch/zoom gesture should fire the event after the gesture has ended event with a code indicating it recognized the zoom event. Instead, it fires indicating a gesture ID of 0 (unrecognized).
Why doesn't this work?
Handle the OnGesture event and recognize the gestures yourself.