#include "kbd_input.h";
BOOL KBD_IsSetPadPress( int key );
key | Logical sum of the key or button values to check press status |
Returns TRUE if there is input; returns FALSE otherwise.
Returns whether or not there is an input for the keys or buttons specified in key.
KBD_IsSetPadTrig, KBD_IsSetPadRelease
CONFIDENTIAL