Defines a common interface for all input devices. More...
Properties | |
| string | Description [get] |
| Gets a System.String with a unique description of this IInputDevice instance. | |
| InputDeviceType | DeviceType [get] |
| Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance. | |
Defines a common interface for all input devices.
Definition at line 16 of file IInputDevice.cs.
string OpenTK.Input.IInputDevice.Description [get] |
Gets a System.String with a unique description of this IInputDevice instance.
Implemented in OpenTK.Input.JoystickDevice, OpenTK.Input.KeyboardDevice, and OpenTK.Input.MouseDevice.
Definition at line 21 of file IInputDevice.cs.
InputDeviceType OpenTK.Input.IInputDevice.DeviceType [get] |
Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance.
Implemented in OpenTK.Input.JoystickDevice, OpenTK.Input.KeyboardDevice, and OpenTK.Input.MouseDevice.
Definition at line 26 of file IInputDevice.cs.
1.6.1