Table of Contents

Class InputProviderIdentifierEventArgs

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

Contains data for input provider identifier events

public class InputProviderIdentifierEventArgs : EventArgs
Inheritance
object
InputProviderIdentifierEventArgs
Inherited Members

Constructors

InputProviderIdentifierEventArgs(string, InputDeviceType)

Creates a new instance of the InputProviderIdentifierEventArgs class

public InputProviderIdentifierEventArgs(string identifier, InputDeviceType deviceType)

Parameters

identifier string

A value that can be used to identify this device

deviceType InputDeviceType

The type of device this identifier belongs to

Properties

DeviceType

Gets the type of device this identifier belongs to

public InputDeviceType DeviceType { get; }

Property Value

InputDeviceType

Identifier

Gets a value that can be used to identify this device

public string Identifier { get; }

Property Value

string