BaseInputDeviceManager.RequestPointers Method

Definition

Request an array of pointers for the controller type.

protected:
 virtual cli::array <Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^> ^ RequestPointers(Microsoft::MixedReality::Toolkit::Input::SupportedControllerType controllerType, Microsoft::MixedReality::Toolkit::Utilities::Handedness controllingHand);
protected virtual Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] RequestPointers (Microsoft.MixedReality.Toolkit.Input.SupportedControllerType controllerType, Microsoft.MixedReality.Toolkit.Utilities.Handedness controllingHand);
abstract member RequestPointers : Microsoft.MixedReality.Toolkit.Input.SupportedControllerType * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[]
override this.RequestPointers : Microsoft.MixedReality.Toolkit.Input.SupportedControllerType * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[]
Protected Overridable Function RequestPointers (controllerType As SupportedControllerType, controllingHand As Handedness) As IMixedRealityPointer()

Parameters

controllerType
SupportedControllerType

The controller type making the request for pointers.

controllingHand
Handedness

The handedness of the controller making the request.

Returns

Applies to