CollectionsExtensions.SupportsInputType Method

Definition

Overload extension to enable getting of an InteractionDefinition of a specific type

public:
[System::Runtime::CompilerServices::Extension]
 static bool SupportsInputType(cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInteractionMapping ^> ^ input, Microsoft::MixedReality::Toolkit::Input::DeviceInputType key);
public static bool SupportsInputType (this Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping[] input, Microsoft.MixedReality.Toolkit.Input.DeviceInputType key);
static member SupportsInputType : Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping[] * Microsoft.MixedReality.Toolkit.Input.DeviceInputType -> bool
<Extension()>
Public Function SupportsInputType (input As MixedRealityInteractionMapping(), key As DeviceInputType) As Boolean

Parameters

input
MixedRealityInteractionMapping[]

The InteractionDefinition array reference

key
DeviceInputType

The specific DeviceInputType value to query

Returns

Applies to