I created a custom widget (with TouchKit) extending Composite and using a Canvas for initWidget() for custom drawings.
All is working fine, but i’m wondering that gesture handlers on the canvas not working. None of the gesture events onGestureStart, onGestureChange or onGestureEnd will be called.
Touch handlers only returns a single Touch.
Is this a limitation of TouchKit or is there a trick to receive multi touch events?
thx,
Chris