Table of Contents

Class GameInputHandler.Paths.Gamepad

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
A class containing all valid binding paths for controllers.
public static class GameInputHandler.Paths.Gamepad
Inheritance
GameInputHandler.Paths.Gamepad
Inherited Members

Fields

ButtonEas

Represents the 'B' or 'Cricle' in the Gamepad.
public static readonly string ButtonEas

Field Value

string

ButtonNorth

Represents the 'Y' 'Triangle' in the Gamepad.
public static readonly string ButtonNorth

Field Value

string

ButtonSouth

Represents the 'A' or 'Cross' in the Gamepad.
public static readonly string ButtonSouth

Field Value

string

ButtonWest

Represents the 'X' or 'Square' in the Gamepad.
public static readonly string ButtonWest

Field Value

string

DpadDown

Represents the 'D-Pad Down' in the Gamepad.
public static readonly string DpadDown

Field Value

string

DpadLeft

Represents the 'D-Pad Left' in the Gamepad.
public static readonly string DpadLeft

Field Value

string

DpadRight

Represents the 'D-Pad Right' in the Gamepad.
public static readonly string DpadRight

Field Value

string

DpadUp

Represents the 'D-Pad Up' in the Gamepad.
public static readonly string DpadUp

Field Value

string

LeftBumper

Represents the 'Left Bumper' in the Gamepad.
public static readonly string LeftBumper

Field Value

string

LeftStick

Represents the 'Left Stick' in the Gamepad.
public static readonly string LeftStick

Field Value

string

LeftTrigger

Represents the 'Left Trigger' in the Gamepad.
public static readonly string LeftTrigger

Field Value

string

RightBumper

Represents the 'Right Bumper' in the Gamepad.
public static readonly string RightBumper

Field Value

string

RightStick

Represents the 'Right Stick' in the Gamepad.
public static readonly string RightStick

Field Value

string

RightTrigger

Represents the 'Right Trigger' in the Gamepad.
public static readonly string RightTrigger

Field Value

string

Select

Represents the 'Select' in the Gamepad.
public static readonly string Select

Field Value

string

Start

Represents the 'Start' in the Gamepad.
public static readonly string Start

Field Value

string