KPADSetFSStickClamp

Syntax

#include <revolution/kpadOld.h>

void KPADSetFSStickClamp ( s8 min, s8 max );

Arguments

min Lower limit for clamp.
max Upper limit for clamp.

Return Values

None.

Description

Sets clamp for the Control Stick data of the Nunchuk. This function indicates that Nunchuk Control Stick data (WPADFSStatus::fsStickX, WPADFSStatus::fsStickY) will be clamped to 0.0f if its absolute value is less than or equal to min, and be clamped to 1.0f (or -1.0f) if its absolute value is greater than or equal to max.

After this function has been called, clamped values will be stored for the Nunchuk's Control Stick data, KPADStatus::ex_status.fs.fstick, read using the KPADRead function.

See Also

None.

Revision History

2006/10/25 Changed the name to KPADOld library beginning with Revolution SDK 2.3.
2006/03/01 Initial version.


CONFIDENTIAL