CVRSystem.GetControllerState(UInt32, VRControllerState_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 GetControllerState(System::UInt32 unControllerDeviceIndex, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VRControllerState_t % pControllerState, System::UInt32 unControllerStateSize);
public bool GetControllerState (uint unControllerDeviceIndex, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VRControllerState_t pControllerState, uint unControllerStateSize);
member this.GetControllerState : uint32 * VRControllerState_t * uint32 -> bool
Public Function GetControllerState (unControllerDeviceIndex As UInteger, ByRef pControllerState As VRControllerState_t, unControllerStateSize As UInteger) As Boolean
Parameters
- unControllerDeviceIndex
- UInt32
- pControllerState
- VRControllerState_t
- unControllerStateSize
- UInt32