TouchEvent constructor
TouchEvent(
- TouchEventType type,
- Vector2? localPosition,
- Vector2? delta
Implementation
TouchEvent(this.type, this.localPosition, this.delta);