KBD_IsSetPadTrig

C Specification

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

Arguments

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

Return Values

Returns TRUE if there is trigger input; returns FALSE otherwise.

Description

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

See Also

KBD_IsSetPadPress, KBD_IsSetPadRelease

CONFIDENTIAL