KPADSetAccParam

Syntax

#include <revolution/kpadOld.h>

void KPADSetAccParam( s32 chan, f32 play_radius, f32 sensitivity );

Arguments

chan One of the WPAD_CHANn values.
play_radius Play radius. Specify a value ≥ 0.
sensitivity Sensitivity. Specify a value from 0 to 1. When set to 0, there is no response; when set to 1, the values obtained from the device are used without modification.

Return Values

None.

Description

Adjusts the play radius and sensitivity for the accelerometer. Larger play radius can reduce the fluctuation of values when the Wii Remote is not moving, lower sensitivity - when the controller is moving. Movement within the play radius is not eliminated completely; however, as you approach the limit of the play radius, the amount of movement becomes extremely small. If the play radius is set to 0 and sensitivity to 1, the values obtained from the device are used without modification.

See Also

None.

Revision History

2006/10/25 Changed the name to KPADOld library, beginning with Revolution SDK 2.3.
2006/06/19 Changed the product name from tentative to official.
2006/03/01 Initial version.


CONFIDENTIAL