TouchEvent constructor

TouchEvent(
  1. TouchEventType type,
  2. Vector2? localPosition,
  3. Vector2? delta
)

Implementation

TouchEvent(this.type, this.localPosition, this.delta);