BaseInputDeviceManager.RequestPointers 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.
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.