#include <cevent.h>
Inheritance diagram for CEventSystem:

Public Member Functions | |
| virtual CEvent * | get_next_event ()=0 |
Definition at line 50 of file cevent.h.
|
|
Return the next event. If there are no events available, this function should return 0. The client needs to take care of deleting the CEvent object this returns. Implemented in SDLDriver::CEventSystemSDL. |
1.3.3