mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
# this is notes for video: http://www.youtube.com/watch?v=NXbC3VMR6fk
|
|
|
|
|
|
Wiimote.A = KEY_ENTER
|
|
Wiimote.B = KEY_ESC
|
|
Wiimote.Up = KEY_UP
|
|
Wiimote.Down = KEY_DOWN
|
|
Wiimote.Left = KEY_LEFT
|
|
Wiimote.Right = KEY_RIGHT
|
|
Wiimote.Minus = KEY_MINUS
|
|
Wiimote.Plus = KEY_EQUAL
|
|
Wiimote.Home = KEY_X
|
|
Wiimote.1 = KEY_SPACE
|
|
Wiimote.2 = KEY_I
|