Interface EventTouchDetail

Details for CustomTouchEvents, use as generic CustomEvent

interface EventTouchDetail {
    cardinal?: Vector2;
    movement?: Vector2;
    offset?: Vector2;
    pinch?: Vector2;
    pinchDelta?: number;
    position: Vector2;
    touches: TouchList;
}

Properties

cardinal?: Vector2
movement?: Vector2
offset?: Vector2
pinch?: Vector2
pinchDelta?: number
position: Vector2
touches: TouchList