#include <revolution/pad.h>
#define PAD_CHAN0 0
#define PAD_CHAN1 1
#define PAD_CHAN2 2
#define PAD_CHAN3 3
#define PADStartMotor(chan) \
PADControlMotor((chan), PAD_MOTOR_RUMBLE)
chan |
One of the PAD_CHANn constants. |
None.
This function starts the rumbling of the specified controller's motor.
The WaveBird does not have a rumble motor.
Controller Functions, PADControlAllMotors, PADControlMotor, PADStopMotor, PADStopMotorHard
03/01/2006 Initial version.