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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public enum ControllerType
Members
Member nameValueDescription
Keyboard0 A keyboard.
Mouse1 A mouse.
Joystick2 A joystick.
Custom20 A Custom Controller.
See Also