WPADEnableMotor

C Specification

#include <revolution/wpad.h>

void WPADEnableMotor( BOOL enable );

Arguments

enable Turns on/off the rumble feature. The rumble feature is turned on if TRUE, and off if FALSE.

Return Values

None.

Description

Turns the vibration feature for the Wii Remote on and off. The settings made by this function are applied to all the Wii Remotes.

The on/off setting for the rumble feature can be registered for the Wii Console using the WPADSaveConfig function.

See Also

WPAD Functions
WPADIsMotorEnabled
WPADControlMotor
WPADStartMotor
WPADStopMotor
WPADSaveConfig

Revision History

08/15/2006 Initial version.


CONFIDENTIAL