class flixel.input.gamepad.LogitechButtonID

Available on all platforms

Button IDs for Logitech controllers (key codes based on Cordless Rumblepad 2)

Class Fields

static var DPAD_DOWN:Int

static var DPAD_LEFT:Int

static var DPAD_RIGHT:Int

static var DPAD_UP:Int

static var EIGHT:Int

Placement equivalent to the right trigger on the Xbox 360 controller. * (it is a bumper though)

static var FIVE:Int

Placement equivalent to the left bumper on the Xbox 360 controller.

static var FOUR:Int

Placement equivalent to 'Y' button on the Xbox 360 controller.

static var LEFT_ANALOGUE:Int

Placement equivalent to the 'left analogue' button on the Xbox 360 controller.

static var LEFT_ANALOGUE_X:Int

Axis array indicies

static var LEFT_ANALOGUE_Y:Int

static var NINE:Int

Placement equivalent to the 'Back' button on the Xbox 360 controller.

static var ONE:Int

Placement equivalent to 'X' button on the Xbox 360 controller.

static var RIGHT_ANALOGUE:Int

Placement equivalent to the 'right analogue' button on the Xbox 360 controller.

static var SEVEN:Int

Placement equivalent to the left trigger on the Xbox 360 controller. * (it is a bumper though)

static var SIX:Int

Placement equivalent to the right bumper on the Xbox 360 controller.

static var TEN:Int

Placement equivalent to the 'Menu' button on the Xbox 360 controller.

static var THREE:Int

Placement equivalent to 'B' button on the Xbox 360 controller.

static var TWO:Int

Placement equivalent to 'A' button on the Xbox 360 controller.