Table of Contents

Enum GamepadType

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll
Virtual gamepad type.

Select ONE type only.

| Type          | Description                                    |
    |---------------|------------------------------------------------|
    | Xbox360       | Microsoft Xbox 360 Controller (wired)          |
    | DualShock4    | Sony DualShock 4 Controller (wired)            |
public enum GamepadType : ulong

Fields

DualShock4 = 1
Xbox360 = 0