localDelta property
The delta transformed into the event receiver's local coordinate system according to transform.
If this event has not been transformed, delta is returned as-is.
See also:
- delta, which is the distance the pointer moved in the global coordinate system of the screen.
Implementation
Offset get localDelta => delta;