views:

30

answers:

0

I have a Delphi 2010 app that imports Windows Media Player via a type library (and thus TOleControl). I assign a TPanel as the parent for the control and this all works fine.

However assigning a TGestureManager etc. to the parent panel does obviously not work but I was wondering if there is some other way to get some "basic" gestures to work, such as Left, Right etc.? This would allow the user to scroll to the next/previous video etc.

Maybe there is some way of utilizing the gesture engine by feeding it the mouse events "manually"?