|
|
|
|
codepage_t
Declaration
typedef struct {
char name[20];
codepage_entry_t *normal;
int normalLen;
codepage_entry_t *caps;
int capsLen;
codepage_entry_t *shift;
int shiftLen;
codepage_entry_t *shiftCaps;
int shiftCapsLen;
codepage_entry_t *ctrl;
int ctrlLen;
codepage_entry_t *numPad;
int numPadLen;
} codepage_t
Prototype In
event.h
Description
Structure describing a complete code page translation table. The table contains translation tables for normal keys, shifted keys and ctrl keys. The Ctrl key always has precedence over the shift table, and the shift table is used when the shift key is down or the CAPSLOCK key is down.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com