any programs to convert all wiimote movement and buttons to keyboard
programs or scripts for glovepie
programs or scripts for glovepie
|
any programs to convert all wiimote movement and buttons to keyboard
|
|
06-23-2009, 01:53 PM
any programs to convert all wiimote movement and buttons to keyboard
programs or scripts for glovepie
06-23-2009, 03:06 PM
well the wiimote plugin uses only the keyboard (if that's what you want to find out)
hm I think he want use the example. the shakes function as taste B...
if Wiimote2.RawForceZ > 9 Keyboard.D = 1 endif if Wiimote2.RawForceZ < 3 Keyboard.A = 1 endif if Wiimote2.RawForceZ > 1 and < 12 Keyboard.A = 0 Keyboard.D = 0 endif use this if you want wiimote left taste left.... try someone |
|
« Next Oldest | Next Newest »
|