GvrPointerEventDataExtension

This class extends the Unity PointerEventData struct with GoogleVR data accessors.

Summary

Public static functions

GvrGetButtonsDown(this PointerEventData pointerEventData)
GvrControllerButton
Returns the GvrControllerButton mask of buttons that went down to trigger the event.
GvrGetControllerInputDevice(this PointerEventData pointerEventData)
Returns the GvrControllerInputDevice that triggered the event.

Public static functions

GvrGetButtonsDown

GvrControllerButton GvrGetButtonsDown(
  this PointerEventData pointerEventData
)

Returns the GvrControllerButton mask of buttons that went down to trigger the event.

Details
Parameters
pointerEventData
Pointer event data.
Returns
The GvrControllerButton mask of buttons that went down to trigger the event.

GvrGetControllerInputDevice

GvrControllerInputDevice GvrGetControllerInputDevice(
  this PointerEventData pointerEventData
)

Returns the GvrControllerInputDevice that triggered the event.

Details
Parameters
pointerEventData
Pointer event data.
Returns
The get controller input device.