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

PointerEvent Struct

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

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?