#include <revolution/kpad.h> void KPADGetHoriParam( s32 chan, f32 *play_radius, f32 *sensitivity );
| 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. |
None.
This function gets the play radius and sensitivity settings for the horizontal plane slope that is calculated from the value gotten by the DPD.
The default values for the play radius and sensitivity are 0 and 1, respectively.
2007/04/25 Initial version.
CONFIDENTIAL