Changes

Jump to navigation Jump to search
Line 65: Line 65:  
Instead, you only have to type the name of the button.
 
Instead, you only have to type the name of the button.
 
====Wiimote Codes====
 
====Wiimote Codes====
 +
The definitions for the buttons on the Wiimote follow:
 +
<source lang="c">
 +
WPAD_BUTTON_2
 +
// 2 Button.
 +
WPAD_BUTTON_1
 +
// 1 Button.
 +
WPAD_BUTTON_B
 +
// B Button.
 +
WPAD_BUTTON_A
 +
// A Button.
 +
WPAD_BUTTON_MINUS
 +
// Minus Button.
 +
WPAD_BUTTON_HOME
 +
// Home Button.
 +
WPAD_BUTTON_PLUS
 +
// Plus Button.
 +
WPAD_BUTTON_LEFT
 +
// Left Button.
 +
WPAD_BUTTON_RIGHT
 +
// Right Button.
 +
WPAD_BUTTON_DOWN
 +
// Down Button.
 +
WPAD_BUTTON_UP
 +
// Up Button.
 +
</source>
 +
 
====Nunchuk Codes====
 
====Nunchuk Codes====
 
====Classic Controller Codes====
 
====Classic Controller Codes====
394

edits

Navigation menu