Interface TouchInteraction

The information about one interaction with the screen

interface TouchInteraction {
    positionInViewport: Vector2;
    radius: Vector2;
}

Properties

positionInViewport: Vector2

The interaction position on the screen

radius: Vector2

The area of the interaction represented as a radius of the ellipse