webtau API
    Preparing search index...

    Interface TouchPoint

    webtau/input — Input foundation module for web builds.

    Provides unified helpers for keyboard, gamepad, touch, and pointer-lock mouse input so gameplay code can consume a single abstraction.

    interface TouchPoint {
        id: number;
        x: number;
        y: number;
    }
    Index

    Properties

    id x y

    Properties

    id: number
    x: number
    y: number