Enum InputDeviceType
The type of the input device.
Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public enum InputDeviceType
Fields
Name | Description |
---|---|
Hid | Device is a Human Interface Device. Joysticks, joypads, pens and some specific usb keyboards/mice fall into this category. |
Keyboard | Device is a keyboard. |
Mouse | Device is a mouse. |