public enum DeviceType
Public Enumeration DeviceType
Dim instance As DeviceType
public enum class DeviceType
type DeviceType
No code example is currently available or this language may not be supported.
Mouse | 0 | The device is a mouse. |
Keyboard | 1 | The device is a keyboard. |
Hid | 2 | The device is an HID that is not a keyboard and not a mouse. |