Welcome! Log In Create A New Profile

Advanced

wiimote vibrate

Posted by durda_dan 
wiimote vibrate
March 05, 2009 11:30AM
does anybody know the code for the Vibrate function on miimote? i can't seem to fnd it.
Re: wiimote vibrate
March 05, 2009 06:44PM
WPAD_Rumble(pad, 1);

Where pad is the controller # (0-3).

Just don't forget to turn it off:

WPAD_Rumble(pad, 0);
Sorry, only registered users may post in this forum.

Click here to login