CVROverlay.PollNextOverlayEvent(UInt64, VREvent_t, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool PollNextOverlayEvent(System::UInt64 ulOverlayHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VREvent_t % pEvent, System::UInt32 uncbVREvent);
public bool PollNextOverlayEvent (ulong ulOverlayHandle, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VREvent_t pEvent, uint uncbVREvent);
member this.PollNextOverlayEvent : uint64 * VREvent_t * uint32 -> bool
Public Function PollNextOverlayEvent (ulOverlayHandle As ULong, ByRef pEvent As VREvent_t, uncbVREvent As UInteger) As Boolean
Parameters
- ulOverlayHandle
- UInt64
- pEvent
- VREvent_t
- uncbVREvent
- UInt32