Options
All
  • Public
  • Public/Protected
  • All
Menu

This type contains all the data related to a pointer event in Babylon.js. The event member is an instance of PointerEvent for all types except PointerWheel and is of type MouseWheelEvent when type equals PointerWheel. The different event types can be found in the PointerEventTypes class.

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

  • Instantiates a PointerInfo to store pointer related info to the onPointerObservable event.

    Parameters

    • type: number

      Defines the type of event (PointerEventTypes)

    • event: IMouseEvent

      Defines the related dom event

    • pickInfo: Nullable<PickingInfo>

      Defines the picking info associated to the info (if any)

    • Optional inputManager: Nullable<InputManager>

      Defines the InputManager to use if there is no pickInfo

    Returns PointerInfo

Properties

Defines the related dom event

type: number

Defines the type of event (PointerEventTypes)

Accessors

  • Defines the picking info associated with this PointerInfo object (if applicable)

    Returns Nullable<PickingInfo>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme