interface IPointerUpHandler {
    onPointerUp?(args: PointerEventData): any;
}

Hierarchy (view full)

Methods

Methods

  • Called when a button is released (which was previously pressed in onPointerDown)

    Parameters

    Returns any