WPADStopMotor

Syntax

#include <revolution/wpad.h>

#define WPAD_CHAN0               0
#define WPAD_CHAN1               1
#define WPAD_CHAN2               2
#define WPAD_CHAN3               3

#define WPADStopMotor( chan ) WPADControlMotor( (chan), WPAD_MOTOR_STOP )

Arguments

chan One of the WPAD_CHANn values.

Return Values

None.

Description

Stops the Rumble Feature of the specified channel's Wii Remote.

See Also

WPADControlMotor, WPADStartMotor

Revision History

2005/10/20 Added the WPAD_CHANn macros.
2005/08/01 Initial version.


CONFIDENTIAL