| Package | org.wiiflash |
| Class | public final class ButtonType |
| Constant | Defined 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 | ||
| 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 | ||
| 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 | ||
| Z : int = 0x0c [static]
The Z button of the Nunchuk.
| ButtonType | ||
| A | constant |
public static const A:int = 0x02The A button of the Wiimote.
| B | constant |
public static const B:int = 0x03The B button of the Wiimote.
| C | constant |
public static const C:int = 0x0bThe C button of the Nunchuk.
| DOWN | constant |
public static const DOWN:int = 0x08The Down button of the Wiimote.
| HOME | constant |
public static const HOME:int = 0x06The Home button of the Wiimote.
| LEFT | constant |
public static const LEFT:int = 0x0aThe Left button of the Wiimote.
| MINUS | constant |
public static const MINUS:int = 0x05The - button of the Wiimote.
| ONE | constant |
public static const ONE:int = 0x00The 1 button of the Wiimote.
| PLUS | constant |
public static const PLUS:int = 0x04The + button of the Wiimote.
| RIGHT | constant |
public static const RIGHT:int = 0x09The Right button of the Wiimote.
| TWO | constant |
public static const TWO:int = 0x01The 2 button of the Wiimote.
| UP | constant |
public static const UP:int = 0x07The Up button of the Wiimote.
| Z | constant |
public static const Z:int = 0x0cThe Z button of the Nunchuk.