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

CInputEvent Class Reference

Simple intput event class. More...

#include <Events.h>

List of all members.

Public Methods

 CInputEvent ()
 Empty constructor. More...

 CInputEvent (int type)
 Type-only constructor. More...

 CInputEvent (int type, int key)
 Key event constructor. More...

 CInputEvent (int type, int x, int y)
 Mouse event constructor. More...

 ~CInputEvent ()

Public Attributes

unsigned int m_type
 Type of event EVT_*. More...

int m_x
 x coord of mouse event. More...

int m_y
 y coord of mouse event. More...

int m_key
 key code of key event. More...


Detailed Description

Simple intput event class.


Constructor & Destructor Documentation

CInputEvent::CInputEvent   [inline]
 

Empty constructor.

CInputEvent::CInputEvent int    type [inline]
 

Type-only constructor.

CInputEvent::CInputEvent int    type,
int    key
[inline]
 

Key event constructor.

CInputEvent::CInputEvent int    type,
int    x,
int    y
[inline]
 

Mouse event constructor.

CInputEvent::~CInputEvent   [inline]
 


Member Data Documentation

int CInputEvent::m_key
 

key code of key event.

unsigned int CInputEvent::m_type
 

Type of event EVT_*.

int CInputEvent::m_x
 

x coord of mouse event.

int CInputEvent::m_y
 

y coord of mouse event.


The documentation for this class was generated from the following file:
Generated on Thu Dec 6 00:14:53 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001