canvasDelta property

Vector2 canvasDelta
latefinalinherited

Event delta in the coordinate space of the game widget, i.e. relative to the game canvas.

This could be considered the Flame-level global position.

Implementation

late final Vector2 canvasDelta = canvasEndPosition - canvasStartPosition;