Interface PointerEventsSystem

Hierarchy

  • PointerEventsSystem

Methods

  • Execute callback when the user clicks and drags the pointer from inside the entity

    Parameters

    Returns void

  • Execute callback when the user clicks and drags the pointer from inside the entity, locking the cursor in place

    Parameters

    Returns void

  • Remove the callback for onPointerDown event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerDrag event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerDragEnd event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerDragLocked event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerHoverEnter event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerHoverLeave event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void

  • Remove the callback for onPointerUp event

    Parameters

    • entity: Entity

      Entity where the callback was attached

    Returns void