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?
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?
Ya lo he solucionado tocando algunas cosillas, aquà os dejo la solución por si os interesa :)
ReplyDeletehttp://stackoverflow.com/questions/27761687/handle-touch-events-for-each-touch-point-fmx-android