|
MochiEngine
|
Interface to poll the events of the operative system (input, window controls, application exit...). More...
#include <ISystemEventDispatcher.h>
Public Member Functions | |
| virtual void | PollEvents () const =0 |
| Implement this with the polling of events of the operative system. This will be called once per frame in the Engine class. | |
Interface to poll the events of the operative system (input, window controls, application exit...).
|
pure virtual |
Implement this with the polling of events of the operative system. This will be called once per frame in the Engine class.
Implemented in Mochi::Event::DummyEventDispatcher, and Mochi::Event::SDLSystemEventDispatcher.