SDL++
C++wrapperfortheSDLlibrary.
|
Represents an event loop. More...
#include <EventLoop.h>
Static Public Member Functions | |
template<class Dispatcher > | |
static void | run (Dispatcher &dispatcher, unsigned int frameDelay) |
Represents an event loop.
Definition at line 33 of file EventLoop.h.
static void sdl::event::EventLoop::run | ( | Dispatcher & | dispatcher, |
unsigned int | frameDelay | ||
) | [inline, static] |
Handles events for the time remaining in the frame.
Dispatcher | The type of the Dispatcher through which to run events. |
dispatcher | The Dispatcher through which to run events. |
frameDelay | The time slice for the frame. |
Definition at line 43 of file EventLoop.h.