keypress.h File Reference

(r1785/r1282)

Go to the source code of this file.

Classes

class  AdditionalVirtKey
 Used to store 'additional' known virtual key codes so the range of handled keys can be extended at runtime. More...
class  KeyPressSysMsg
 Represents a key press message that is slightly more abstract than the raw Windows message. This will hopefully aid the porting of this code to other platforms. More...
class  KeyPress
 Encapsulates key presses in camelot. More...

Defines

#define CAMELOT_UNICODE_BASE   (0xf800)
#define CAMELOT_UNICODE_LAST   (0xf94f)

Enumerations

enum  KeyPressSysMsgHandle { KM_KEYUP, KM_KEYDOWN, KM_CHAR }


Define Documentation

#define CAMELOT_UNICODE_BASE   (0xf800)
 

Definition at line 115 of file keypress.h.

#define CAMELOT_UNICODE_LAST   (0xf94f)
 

Definition at line 116 of file keypress.h.


Enumeration Type Documentation

enum KeyPressSysMsgHandle
 

Enumerator:
KM_KEYUP 
KM_KEYDOWN 
KM_CHAR 

Definition at line 105 of file keypress.h.

00106 {
00107     KM_KEYUP,
00108     KM_KEYDOWN,
00109     KM_CHAR
00110 };


Generated on Sat Nov 10 03:49:33 2007 for Camelot by  doxygen 1.4.4