KPADGetDistPlayMode

Syntax

#include <revolution/kpad.h>

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

KPADPlayMode KPADGetDistPlayMode( 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 distance.

See Also

KPADSetDistPlayMode

Revision History

2007/07/12 Initial version.


CONFIDENTIAL