KPADGetDistParam

Syntax

#include <revolution/kpad.h>

void KPADGetDistParam( 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 sensitivity.

Return Values

None.

Description

This function gets the play radius and the sensitivity for the distance between Sensor Bar and Wii Remote, calculated from the value gotten by DPD.
The default values for play radius and sensitivity are 0 and 1, respectively.

See Also

KPADSetDistParam

Revision History

2007/04/25 Initial version.


CONFIDENTIAL