Skip to main content

CCGamePadButtonStatus

CCGamePadButtonStatus

Cocos2D

How the button was engaged. You will get a Pressed notification unless the director is configuerd to consume button presses and create the Tapped button status.

Type: Enum

Values

NotApplicable(enum value)

Used when one of the buttons reported does not exist on the game pad

Pressed(enum value)
Released(enum value)
Tapped(enum value)

A pressed and released action was merged