![]() |
|
Glove pie vs Wimote vs Keyboard - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic) +--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza) +--- Thread: Glove pie vs Wimote vs Keyboard (/Thread-glove-pie-vs-wimote-vs-keyboard) |
Glove pie vs Wimote vs Keyboard - swaty - 02-18-2011 Hi all, im trying to get my wimote as steering wheel for Grid (car game) iv managed to make the picth go left and right on say a notpad but not in the game. That is when i steer left the curser goes left, that works, but not in the game..? any ideas?!! here the code if wiimote.Pitch > 20 degrees Key.Right = True wait var.HoldKey Release(Right) endif if wiimote.Pitch < -20 degrees Key.Left = True wait var.HoldKey Release(Left) endif If i take away the wait var.HoldKey Release(Right) The steering kinda gets stuck cheers! RE: Glove pie vs Wimote vs Keyboard - swaty - 02-18-2011 Welp i got somthing going though its far from perfect, and pretty simple Code: var.NewPitch = Wiimote.gZcheers any who! |