#include "csingletonmanager.h"#include <assert.h>Go to the source code of this file.
Compounds | |
| class | CEvent |
| class | CEventSystem |
| class | CEventSystemManager |
Typedefs | |
| typedef CSingletonFactory< CEventSystem > | CEventSystemFactory |
Atul Varma
Defines the CEvent and CEventSystem objects. CEvent represents a user input event (e.g. mouseup, mousedown) and CEventSystem allows the game to poll for incoming events, etc...
This class mostly serves as an adapter to low-level API's.
Definition in file cevent.h.
|
|
CEventSystemFactory typedef macro. |
1.3.3