KPADGetAccPlayMode

Syntax

#include <revolution/kpad.h>

typedef enum KPADPlayMode {
    KPAD_PLAY_MODE_LOOSE = 0,
    KPAD_PLAY_MODE_TIGHT
} KPADPlayMode;

KPADPlayMode KPADGetAccPlayMode( s32 chan );

Arguments

chan One of the WPAD_CHANn values

Return Values

The play mode that has been set.

Description

Gets the play mode that has been set for the acceleration sensor.

See Also

KPADSetAccPlayMode

Revision History

2007/07/12 Initial version.


CONFIDENTIAL