PADStopMotorHard

Syntax

#include <revolution/pad.h>

#define PAD_CHAN0               0
#define PAD_CHAN1               1
#define PAD_CHAN2               2
#define PAD_CHAN3               3

#define PADStopMotorHard(chan)     \
    PADControlMotor((chan), PAD_MOTOR_STOP_HARD)

Arguments

chan One of PAD_CHANn

Return Values

None.

Description

Stops the specified controller's motor rumbling hard.

The WaveBird does not have a rumble motor.

See Also

PADControlAllMotors, PADControlMotor, PADStartMotor, PADStopMotor

Revision History

2006/03/01 Initial version.


CONFIDENTIAL