#include <Events.h>
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... |
|
Empty constructor.
|
|
Type-only constructor.
|
|
Key event constructor.
|
|
Mouse event constructor.
|
|
|
|
key code of key event.
|
|
Type of event EVT_*.
|
|
x coord of mouse event.
|
|
y coord of mouse event.
|