nw::demo::Pad::Button Enumerated Type

Syntax

enum Button;

Value

Value Description
BUTTON_A A Button.
BUTTON_B B Button.
BUTTON_START START Button.
BUTTON_RIGHT Right on the +Control Pad.
BUTTON_LEFT Left on the +Control Pad.
BUTTON_UP Up on the +Control Pad.
BUTTON_DOWN Down on the +Control Pad.
BUTTON_R R Button.
BUTTON_L L Button.
BUTTON_X X Button.
BUTTON_Y Y Button.
BUTTON_DEBUG DEBUG Button.
BUTTON_EMULATION_RIGHT Emulation of right on the +Control Pad using analog stick.
BUTTON_EMULATION_LEFT Emulation of left on the +Control Pad using analog stick.
BUTTON_EMULATION_UP Emulation of up on the +Control Pad using analog stick.
BUTTON_EMULATION_DOWN Emulation of down on the +Control Pad using analog stick.
BUTTON_SELECT The SELECT Button.

Description

Bit values representing buttons.


CONFIDENTIAL