Packageorg.wiiflash
Classpublic final class ButtonType

The ButtonType class is an enumeration of constant values that indicate which type a Button object is. Each button of the Wiimote and extensions like the Nunchuk is asociated with one of these constants.



Public Constants
 ConstantDefined by
  A : int = 0x02
[static] The A button of the Wiimote.
ButtonType
  B : int = 0x03
[static] The B button of the Wiimote.
ButtonType
  C : int = 0x0b
[static] The C button of the Nunchuk.
ButtonType
  DOWN : int = 0x08
[static] The Down button of the Wiimote.
ButtonType
  HOME : int = 0x06
[static] The Home button of the Wiimote.
ButtonType
  L : int = 0x0f
[static] The L button of the Classic Controller.
ButtonType
  LEFT : int = 0x0a
[static] The Left button of the Wiimote.
ButtonType
  MINUS : int = 0x05
[static] The - button of the Wiimote.
ButtonType
  ONE : int = 0x00
[static] The 1 button of the Wiimote.
ButtonType
  PLUS : int = 0x04
[static] The + button of the Wiimote.
ButtonType
  R : int = 0x10
[static] The R button of the Classic Controller.
ButtonType
  RIGHT : int = 0x09
[static] The Right button of the Wiimote.
ButtonType
  TWO : int = 0x01
[static] The 2 button of the Wiimote.
ButtonType
  UP : int = 0x07
[static] The Up button of the Wiimote.
ButtonType
  X : int = 0x0d
[static]
ButtonType
  Y : int = 0x0e
[static] The Y button of the Classic Controller.
ButtonType
  Z : int = 0x0c
[static] The Z button of the Nunchuk.
ButtonType
  ZL : int = 0x11
[static] The ZL button of the Classic Controller.
ButtonType
  ZR : int = 0x12
[static] The ZR button of the Classic Controller.
ButtonType
Constant detail
Aconstant
public static const A:int = 0x02

The A button of the Wiimote.

Bconstant 
public static const B:int = 0x03

The B button of the Wiimote.

Cconstant 
public static const C:int = 0x0b

The C button of the Nunchuk.

DOWNconstant 
public static const DOWN:int = 0x08

The Down button of the Wiimote.

HOMEconstant 
public static const HOME:int = 0x06

The Home button of the Wiimote.

Lconstant 
public static const L:int = 0x0f

The L button of the Classic Controller.

LEFTconstant 
public static const LEFT:int = 0x0a

The Left button of the Wiimote.

MINUSconstant 
public static const MINUS:int = 0x05

The - button of the Wiimote.

ONEconstant 
public static const ONE:int = 0x00

The 1 button of the Wiimote.

PLUSconstant 
public static const PLUS:int = 0x04

The + button of the Wiimote.

Rconstant 
public static const R:int = 0x10

The R button of the Classic Controller.

RIGHTconstant 
public static const RIGHT:int = 0x09

The Right button of the Wiimote.

TWOconstant 
public static const TWO:int = 0x01

The 2 button of the Wiimote.

UPconstant 
public static const UP:int = 0x07

The Up button of the Wiimote.

Xconstant 
public static const X:int = 0x0d
Yconstant 
public static const Y:int = 0x0e

The Y button of the Classic Controller.

Zconstant 
public static const Z:int = 0x0c

The Z button of the Nunchuk.

ZLconstant 
public static const ZL:int = 0x11

The ZL button of the Classic Controller.

ZRconstant 
public static const ZR:int = 0x12

The ZR button of the Classic Controller.