Difference between revisions of "Wminput:mameplayer1"

From Wah!ki
Jump to navigation Jump to search
(Created page with "#buttons Wiimote.A = KEY_LEFTSHIFT Wiimote.B = KEY_SPACE Wiimote.Up = KEY_LEFT Wiimote.Down = KEY_RIGHT Wiimote.Left ...")
 
Line 1: Line 1:
 +
<pre>
 
#buttons
 
#buttons
  
Line 14: Line 15:
  
 
Plugin.led.Led1        = 1
 
Plugin.led.Led1        = 1
 +
</pre>

Revision as of 04:15, 9 January 2011

#buttons

Wiimote.A               = KEY_LEFTSHIFT
Wiimote.B               = KEY_SPACE
Wiimote.Up              = KEY_LEFT
Wiimote.Down            = KEY_RIGHT
Wiimote.Left            = KEY_DOWN
Wiimote.Right           = KEY_UP
Wiimote.Minus           = KEY_5
Wiimote.Plus            = KEY_1
Wiimote.Home            = KEY_ESC
Wiimote.1               = KEY_LEFTCTRL
Wiimote.2               = KEY_LEFTALT

Plugin.led.Led1         = 1