pronotron-tech-art-suite
    Preparing search index...

    Interface TapEventDetail

    Details of a tap event.

    interface TapEventDetail {
        position: { x: number; y: number };
        tapTarget: HTMLElement;
    }
    Index

    Properties

    Properties

    position: { x: number; y: number }

    The coordinates where the tap occurred.

    tapTarget: HTMLElement

    The HTML element that was tapped.