In This Topic ▼

LILKEYDOWN

typedef struct _LILKEYDOWN 
{ 
   L_UINT uStructSize; 
   WORD wVKey; 
   L_UINT flags; 
} LILKEYDOWN, * pLILKEYDOWN; 

The LILKEYDOWN structure contains information pertaining to a key down event.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

wVKey

Virtual key code indicating the key that is down.

flags

Always 0.

Comments

The structure is used by:

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help