Class InputEventData
Describes an Input Event that has a source id.
Implements
BaseEventData
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class InputEventData : BaseInputEventData, BaseEventData
Constructors
InputEventData(EventSystem)
Declaration
public InputEventData(EventSystem eventSystem)
Parameters
Type | Name | Description |
---|---|---|
EventSystem | eventSystem |
InputEventData(EventSystem)
Declaration
public InputEventData(EventSystem eventSystem)
Parameters
Type | Name | Description |
---|---|---|
EventSystem | eventSystem |
Properties
Handedness
Handedness of the IMixedRealityInputSource.
Declaration
public Handedness Handedness { get; }
Property Value
Type | Description |
---|---|
Handedness |
Handedness
Handedness of the IMixedRealityInputSource.
Declaration
public Handedness Handedness { get; }
Property Value
Type | Description |
---|---|
Handedness |
Methods
Initialize(IMixedRealityInputSource, Handedness, MixedRealityInputAction)
Used to initialize/reset the event and populate the data.
Declaration
public void Initialize(IMixedRealityInputSource inputSource, Handedness handedness, MixedRealityInputAction inputAction)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityInputSource | inputSource | |
Handedness | handedness | |
MixedRealityInputAction | inputAction |
Initialize(IMixedRealityInputSource, Handedness, MixedRealityInputAction)
Used to initialize/reset the event and populate the data.
Declaration
public void Initialize(IMixedRealityInputSource inputSource, Handedness handedness, MixedRealityInputAction inputAction)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityInputSource | inputSource | |
Handedness | handedness | |
MixedRealityInputAction | inputAction |
Implements
BaseEventData