EVT_masksType

Declaration

typedef enum {
    EVT_ASCIIMASK   = 0x00FF,
    EVT_SCANMASK    = 0xFF00,
    EVT_COUNTMASK   = 0x7FFF0000L
    } EVT_masksType

Prototype In

event.h

Description

Defines the event message masks used to extract information for keyboard events

Members

EVT_ASCIIMASK

ASCII code of key pressed

EVT_SCANMASK

Scan code of key pressed

EVT_COUNTMASK

Count for KEYREPEAT's

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com