KBD_IsSetPadRelease

C Specification

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

Arguments

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

Return Values

Returns TRUE if it is the moment when the key or button has just been released; returns FALSE otherwise.

Description

Returns if this is the instant when the keys or buttons specified in key were just released.

See Also

KBD_IsSetPadTrig, KBD_IsSetPadPress

CONFIDENTIAL