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

system.h File Reference

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


Detailed Description

system.h

Definition in file system.h.


Variable Documentation

const int evBroadcast = 0x0200
 

Broadcast event.

See also:
TEvent::what

Definition at line 61 of file system.h.

const int evCommand = 0x0100
 

Command event.

See also:
TEvent::what

Definition at line 55 of file system.h.

const int evKeyDown = 0x0010
 

Key pressed.

See also:
TEvent::what

Definition at line 49 of file system.h.

const int evKeyboard = 0x0010
 

Keyboard event.

See also:
TEvent::what

Definition at line 81 of file system.h.

const int evMessage = 0xFF00
 

Message (command, broadcast, or user-defined) event.

See also:
TEvent::what

Definition at line 87 of file system.h.

const int evMouse = 0x000f
 

Mouse event.

See also:
TEvent::what

Definition at line 75 of file system.h.

const int evMouseAuto = 0x0008
 

Periodic event while mouse button held down.

See also:
TEvent::what

Definition at line 43 of file system.h.

const int evMouseDown = 0x0001
 

Mouse button pressed.

See also:
TEvent::what

Definition at line 25 of file system.h.

const int evMouseMove = 0x0004
 

Mouse changed location.

See also:
TEvent::what

Definition at line 37 of file system.h.

const int evMouseUp = 0x0002
 

Mouse button released.

See also:
TEvent::what

Definition at line 31 of file system.h.

const int evNothing = 0x0000
 

Event already handled.

See also:
TEvent::what

Definition at line 69 of file system.h.


Generated at Sat Sep 22 20:19:16 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001