BaseInputSourceDefinition Class

Definition

Defines the base interactions and data that an controller can provide.

public ref class BaseInputSourceDefinition abstract : Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSourceDefinition
public abstract class BaseInputSourceDefinition : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSourceDefinition
type BaseInputSourceDefinition = class
    interface IMixedRealityInputSourceDefinition
Public MustInherit Class BaseInputSourceDefinition
Implements IMixedRealityInputSourceDefinition
Inheritance
BaseInputSourceDefinition
Derived
Implements

Constructors

BaseInputSourceDefinition(Handedness)

Constructor.

Properties

DefaultLeftHandedMappings

The collection of interactions supported by a left-handed instance of this controller.

DefaultMappings

The collection of interactions supported by this controller.

DefaultRightHandedMappings

The collection of interactions supported by a right-handed instance of this controller.

Handedness

The Handedness (ex: Left, Right, None) of this controller.

Methods

GetDefaultMappings(Handedness)

Provides the default interactions for this source type with a specific handedness.

Applies to