KPADGetAccParam

C Specification

#include <revolution/kpad.h>
void KPADGetAccParam( s32 chan, f32 *play_radius, f32 *sensitivity ) ;

Arguments

chan One of the WPAD_CHANn values.
play_radius Specify a pointer for copying the currently set play radius.
sensitivity Specify a pointer for copying the currently set chase sensitivity.

Return Values

None.

Description

Gets the play radius and the sensitivity for the accelerometer.
The default values for the play radius and the sensitivity are 0 and 1, respectively.

See Also

KPADSetAccParam

Revision History

2007/04/25 Initial version.