Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CharScanType Struct Reference

Information about a key. More...

#include <system.h>

List of all members.

Public Attributes

uchar charCode
uchar scanCode


Detailed Description

This structure stores information about a key.
See also:
KeyDownEvent , TEvent

Definition at line 193 of file system.h.


Member Data Documentation

uchar CharScanType::charCode
 

This is the character code.

Its value is non-zero if the key has a standard code, like ASCII characters. The value is zero if the key falls in the special key class, like arrows, page up, etc.

Definition at line 219 of file system.h.

uchar CharScanType::scanCode
 

This is the scan code.

Its value is non-zero if the key falls in the special key class. The value is zero if the key is an ASCII character.

Definition at line 215 of file system.h.


The documentation for this struct was generated from the following file:
Generated at Sat Sep 22 20:19:20 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001