IMixedRealityInputSource Interface   
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.
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.
public interface class IMixedRealityInputSource : Microsoft::MixedReality::Toolkit::IMixedRealityEventSource, System::Collections::IEqualityComparerpublic interface IMixedRealityInputSource : Microsoft.MixedReality.Toolkit.IMixedRealityEventSource, System.Collections.IEqualityComparertype IMixedRealityInputSource = interface
    interface IMixedRealityEventSource
    interface IEqualityComparerPublic Interface IMixedRealityInputSource
Implements IEqualityComparer, IMixedRealityEventSource- Derived
- Implements
Properties
| Pointers | Array of pointers associated with this input source. | 
| SourceId | The unique source id of this event source.(Inherited from IMixedRealityEventSource) | 
| SourceName | The name of this event source.(Inherited from IMixedRealityEventSource) | 
| SourceType | The type of input source this object represents. |