Handle touch events for each contact point.

Handle touch events for each contact point.

We currently have the Location property for each contact point.

If we want to have total control of every touch point, we need another property as TTouchAction.

Something like:

   TTouch = record
     Location: TPointF;
     Action: TTouchAction;
   end;

Is there something planned on this?
Does anyone know any workaround?

Comments

Post a Comment