Class InputProviderIdentifierEventArgs
Contains data for input provider identifier events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class InputProviderIdentifierEventArgs : EventArgs
Constructors
InputProviderIdentifierEventArgs(object, InputDeviceType)
Creates a new instance of the InputProviderIdentifierEventArgs class
Declaration
public InputProviderIdentifierEventArgs(object identifier, InputDeviceType deviceType)
Parameters
Type | Name | Description |
---|---|---|
object | identifier | A value that can be used to identify this device |
InputDeviceType | deviceType | The type of device this identifier belongs to |
Properties
DeviceType
Gets the type of device this identifier belongs to
Declaration
public InputDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
InputDeviceType |
Identifier
Gets a value that can be used to identify this device
Declaration
public object Identifier { get; }
Property Value
Type | Description |
---|---|
object |