#include "kbd_input.h";
BOOL KBD_IsSetPadRelease( int key );
key | Logical sum of the key or button values to check press status |
Returns TRUE if it is the moment when the key or button has just been released; returns FALSE otherwise.
Returns if this is the instant when the keys or buttons specified in key were just released.
KBD_IsSetPadTrig, KBD_IsSetPadPress
CONFIDENTIAL