Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csEvent Class Reference

This class represents a system event.<. More...

#include <csevent.h>

Inheritance diagram for csEvent:

iEvent iBase List of all members.

Public Methods

 csEvent ()
 Empty initializer.

 csEvent (csTicks, int type, int kcode, int kchar, int modifiers)
 Create a keyboard event object.

 csEvent (csTicks, int type, int x, int y, int button, int modifiers)
 Create a mouse event object.

 csEvent (csTicks, int type, int n, int x, int y, int button, int modifiers)
 Create a joystick event object.

 csEvent (csTicks, int type, int code, void *info=NULL)
 Create a command event object.

virtual ~csEvent ()
 Destructor.


Public Attributes

 SCF_DECLARE_IBASE

Detailed Description

This class represents a system event.<.

p> Events can be generated by hardware (keyboard, mouse) as well as by software. There are so much constructors of this class as much different types of events exists.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000