KBD_IsSetPadPress

C Specification

#include "kbd_input.h";
BOOL KBD_IsSetPadPress( int key );

Arguments

key Logical sum of the key or button values to check press status

Return Values

Returns TRUE if there is input; returns FALSE otherwise.

Description

Returns whether or not there is an input for the keys or buttons specified in key.

See Also

KBD_IsSetPadTrig, KBD_IsSetPadRelease

CONFIDENTIAL