mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Interface IMixedRealityInputSource

    Interface for an input source. An input source is the origin of user input and generally comes from a physical controller, sensor, or other hardware device.

    Inherited Members
    IMixedRealityEventSource.SourceId
    IMixedRealityEventSource.SourceName
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityInputSource : IMixedRealityEventSource, IEqualityComparer

    Properties

    Pointers

    Array of pointers associated with this input source.

    Declaration
    IMixedRealityPointer[] Pointers { get; }
    Property Value
    Type Description
    IMixedRealityPointer[]

    Pointers

    Array of pointers associated with this input source.

    Declaration
    IMixedRealityPointer[] Pointers { get; }
    Property Value
    Type Description
    IMixedRealityPointer[]

    SourceType

    The type of input source this object represents.

    Declaration
    InputSourceType SourceType { get; }
    Property Value
    Type Description
    InputSourceType

    SourceType

    The type of input source this object represents.

    Declaration
    InputSourceType SourceType { get; }
    Property Value
    Type Description
    InputSourceType
    In This Article
    • Properties
      • Pointers
      • Pointers
      • SourceType
      • SourceType
    Back to top Generated by DocFX