IMixedRealityInputDeviceManager.GetActiveControllers 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.
Retrieve all controllers currently registered with this device at runtime (if direct access is required)
public:
cli::array <Microsoft::MixedReality::Toolkit::Input::IMixedRealityController ^> ^ GetActiveControllers();
public Microsoft.MixedReality.Toolkit.Input.IMixedRealityController[] GetActiveControllers ();
abstract member GetActiveControllers : unit -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityController[]
Public Function GetActiveControllers () As IMixedRealityController()