标签: delphi delphi-xe2
我的应用程序由TFrame完整的TGraphicControls组成。我想在TFrame上启用触摸手势识别,但是当在TGraphicControl上启动触摸手势时,TFrame.OnGesture事件永远不会被触发。
有没有办法转发"转发"一个Windows消息到基础TWinControl(可以是TPanel,一个TFrame ...),以便在TGraphicControl上启动移动时使Touch Gestures工作?