KPADGetPosPlayMode

Syntax

#include <revolution/kpad.h>

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

KPADPlayMode KPADGetPosPlayMode( 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 coordinates of the position being pointed at.

See Also

KPADSetPosPlayMode

Revision History

2007/07/12 Initial version.


CONFIDENTIAL