KeyMap
KeyMap structure
#include <Events.h>
typedef long KeyMap[4];

Notes: This structure is designed for use with Pascal-style packed BOOLEAN
operations. See GetKeys for an example of how to use this data in C.
The bits correspond to the keys as numbered by their scan codes. See
Keyboard Layouts.