#define IsKeyPressed( keycode ) ( (keycode) & 0x80000000 )
keybrd.h
This is macro IsKeyPressed.
Macros