Phaser.Input.Gamepad.Configs.XBOX_360

Scope: static

Source: src/input/gamepad/configs/XBox360_Controller.js#L7
Since: 3.0.0

Static functions

A

A: number

Description:

A button (Bottom)

Source: src/input/gamepad/configs/XBox360_Controller.js#L66
Since: 3.0.0


B

B: number

Description:

B button (Right)

Source: src/input/gamepad/configs/XBox360_Controller.js#L76
Since: 3.0.0


BACK

BACK: number

Description:

Back / Change View button

Source: src/input/gamepad/configs/XBox360_Controller.js#L146
Since: 3.0.0


DOWN

DOWN: number

Description:

D-Pad down

Source: src/input/gamepad/configs/XBox360_Controller.js#L26
Since: 3.0.0


LB

LB: number

Description:

Left Bumper

Source: src/input/gamepad/configs/XBox360_Controller.js#L106
Since: 3.0.0


LEFT

LEFT: number

Description:

D-Pad left

Source: src/input/gamepad/configs/XBox360_Controller.js#L36
Since: 3.0.0


LEFT_STICK_H

LEFT_STICK_H: number

Description:

Left Stick horizontal

Source: src/input/gamepad/configs/XBox360_Controller.js#L186
Since: 3.0.0


LEFT_STICK_V

LEFT_STICK_V: number

Description:

Left Stick vertical

Source: src/input/gamepad/configs/XBox360_Controller.js#L196
Since: 3.0.0


LS

LS: number

Description:

Left Stick press

Source: src/input/gamepad/configs/XBox360_Controller.js#L166
Since: 3.0.0


LT

LT: number

Description:

Left Trigger

Source: src/input/gamepad/configs/XBox360_Controller.js#L126
Since: 3.0.0


Description:

XBox menu button

Source: src/input/gamepad/configs/XBox360_Controller.js#L56
Since: 3.0.0


RB

RB: number

Description:

Right Bumper

Source: src/input/gamepad/configs/XBox360_Controller.js#L116
Since: 3.0.0


RIGHT: number

Description:

D-Pad right

Source: src/input/gamepad/configs/XBox360_Controller.js#L46
Since: 3.0.0


RIGHT_STICK_H

RIGHT_STICK_H: number

Description:

Right Stick horizontal

Source: src/input/gamepad/configs/XBox360_Controller.js#L206
Since: 3.0.0


RIGHT_STICK_V

RIGHT_STICK_V: number

Description:

Right Stick vertical

Source: src/input/gamepad/configs/XBox360_Controller.js#L216
Since: 3.0.0


RS

RS: number

Description:

Right stick press

Source: src/input/gamepad/configs/XBox360_Controller.js#L176
Since: 3.0.0


RT

RT: number

Description:

Right Trigger

Source: src/input/gamepad/configs/XBox360_Controller.js#L136
Since: 3.0.0


START

START: number

Description:

Start button

Source: src/input/gamepad/configs/XBox360_Controller.js#L156
Since: 3.0.0


UP

UP: number

Description:

D-Pad up

Source: src/input/gamepad/configs/XBox360_Controller.js#L16
Since: 3.0.0


X

X: number

Description:

X button (Left)

Source: src/input/gamepad/configs/XBox360_Controller.js#L86
Since: 3.0.0


Y

Y: number

Description:

Y button (Top)

Source: src/input/gamepad/configs/XBox360_Controller.js#L96
Since: 3.0.0


Updated on