GKeyFlags Type (Enumeration)

kbd.h

enum GKeyFlags {GKF_NORMAL=0, GKF_MODAL=1, GKF_REPUSH_KEY=2, GKF_ACCEPT=4, GKF_SYS=8, GKF_NO_EVS=16};

Enumerates different key options flags for the GKeyIn routine.

Enumerates different key options flags. The meanings of these flags are given in GKeyIn.


See also: GKeyIn