Enum KeyDeviceType
Enumerates key device types.
public enum KeyDeviceType
Fields
Gamepad = 1
The input device is a gamepad.
Keyboard = 0
The input device is a keyboard.
Remote = 2
The input device is a remote control.
Enumerates key device types.
public enum KeyDeviceType
Gamepad = 1
The input device is a gamepad.
Keyboard = 0
The input device is a keyboard.
Remote = 2
The input device is a remote control.