ProcessPointerEvent
(
evt
)
|
Instructs the IPointableElement to handle a provided PointerEvent which represents a user action of "pointing" something at this IPointableElement.
This processing will typically result in the processed PointerEvent being re-emitted after processing by the IPointableElement as part of its role as an IPointable.
Signature
void Oculus.Interaction.IPointableElement.ProcessPointerEvent(PointerEvent evt) Parameters Returns void |