I drop an NSView on a form and put a showmessage in the OnGesture event, and dropped an TGestureManager on the form. I then select the gesture manager in the NSView and select a few of the gestures in the Touch property of the NSView. I try and get the gestures to trigger but it doesn't work. Anything else I should do? Or does anyone have a sample?
The NSView is a real native control, and does not respond to the OnGesture event. We would need to implement this separately. We have added this on our todolist.