Click or drag to resize

ControllerType Enumeration

The type of a controller.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ControllerType
Members
  Member nameValueDescription
Keyboard0 A keyboard.
Mouse1 A mouse.
Joystick2 A joystick.
Custom20 A Custom Controller.
See Also