API reference
API reference
Select your platform
No SDKs available
No versions available

PointerEvent Struct

Used to create event payloads when an interaction occurs.
Oculus::Interaction::PointerEvent extends Oculus.Interaction.IEvent.

Overview

Properties

int
PointerEventType
Type[Get]
Pose
Pose[Get]
object
Data[Get]

Public Member Functions

PointerEvent
( int identifier,
PointerEventType type,
Pose pose,
object data )

Details

Detailed Description

Contains information about the type of interaction, where it occurred in space, and any custom data associated with the interaction.

Properties

int Oculus.Interaction.PointerEvent.Identifier
No description available.
PointerEventType Oculus.Interaction.PointerEvent.Type
No description available.
Pose Oculus.Interaction.PointerEvent.Pose
No description available.
object Oculus.Interaction.PointerEvent.Data
No description available.

Member Functions

Oculus.Interaction.PointerEvent.PointerEvent
( int identifier,
PointerEventType type,
Pose pose,
object data )
No description available.
Did you find this page helpful?