KPADDisableAimingMode

Syntax

#include <revolution/kpad.h>

void KPADDisableAimingMode( s32 chan );

Arguments

chan One of the WPAD_CHANn values.

Return Values

None.

Description

With this function, the origin (0,0) is set not to where the Wii Remote is actually pointing on the TV screen, but to the remote's position when it points to the center of the sensor bar.

Previously, the status gained with this function was the default setting; however, the KPADEnableAimingMode function is now called from the KPADInit function, so this is no longer the default.

See Also

KPADIsEnableAimingMode
KPADEnableAimingMode
KPADSetSensorHeight
KPADGetProjectionPos

Revision History

2008/10/03 Added KPADIsEnableAimingMode to See Also.
2007/01/15 Revised such that the coordinate correction feature is enabled by default.
2006/09/07 Initial version.


CONFIDENTIAL