SCGetWpadMotorMode

C Specification

#include <revolution/sc.h>

#define SC_WPAD_MOTOR_MODE_OFF        0u
#define SC_WPAD_MOTOR_MODE_ON         1u

u8 SCGetWpadMotorMode(void);

Arguments

None.

Return Values

One of the SC_WPAD_MOTOR_MODE_* values.

Description

This function is reserved for another library to be provided in future. Do not call this directly from the application at present.

References the Wii Remote vibration settings.

Return Values Vibration
SC_WPAD_MOTOR_MODE_OFF Blocked.
SC_WPAD_MOTOR_MODE_ON Allowed.

See Also

SCSetWpadMotorMode

Revision History

08/15/2006 Initial version.


CONFIDENTIAL