Interface IInputDevice
Defines a common interface for all input devices.
Namespace: OpenTK.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IInputDevice
Properties
Description
Gets a System.String with a unique description of this IInputDevice instance.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
DeviceType
Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance.
Declaration
InputDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
InputDeviceType |