Go to the source code of this file.
Compounds | |
| struct | CharScanType |
| Information about a key. More... | |
| class | TDisplay |
| Display information. More... | |
| struct | TEvent |
| Information about events. More... | |
| class | TEventQueue |
| Information about mouse. More... | |
| struct | KeyDownEvent |
| Information about key presses. More... | |
| struct | MessageEvent |
| Information about message events. More... | |
| struct | MouseEventType |
| Information about mouse events. More... | |
| class | TScreen |
| The interface to the system. More... | |
Variables | |
| const int | evMouseDown = 0x0001 |
| const int | evMouseUp = 0x0002 |
| const int | evMouseMove = 0x0004 |
| const int | evMouseAuto = 0x0008 |
| const int | evKeyDown = 0x0010 |
| const int | evCommand = 0x0100 |
| const int | evBroadcast = 0x0200 |
| const int | evNothing = 0x0000 |
| const int | evMouse = 0x000f |
| const int | evKeyboard = 0x0010 |
| const int | evMessage = 0xFF00 |
| const int | mbLeftButton = 0x01 |
| const int | mbRightButton = 0x02 |
| const int | meMouseMoved = 0x01 |
| const int | meDoubleClick = 0x02 |
Definition in file system.h.
|
|
Broadcast event.
|
|
|
Command event.
|
|
|
Key pressed.
|
|
|
Keyboard event.
|
|
|
Message (command, broadcast, or user-defined) event.
|
|
|
Mouse event.
|
|
|
Periodic event while mouse button held down.
|
|
|
Mouse button pressed.
|
|
|
Mouse changed location.
|
|
|
Mouse button released.
|
|
|
Event already handled.
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001