Click or drag to resize

ControllerType Class

The type of a controller.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredControllerType

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ControllerType : Enum

The ControllerType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCustom A Custom Controller.
Public fieldStatic memberJoystick A joystick.
Public fieldStatic memberKeyboard A keyboard.
Public fieldStatic memberMouse A mouse.
Public fieldvalue__ 
Top
See Also