SDL++
C++wrapperfortheSDLlibrary.

sdl::event::EventLoop Struct Reference

Represents an event loop. More...

#include <EventLoop.h>

List of all members.

Static Public Member Functions

template<class Dispatcher >
static void run (Dispatcher &dispatcher, unsigned int frameDelay)

Detailed Description

Represents an event loop.

Definition at line 33 of file EventLoop.h.


Member Function Documentation

template<class Dispatcher >
static void sdl::event::EventLoop::run ( Dispatcher dispatcher,
unsigned int  frameDelay 
) [inline, static]

Handles events for the time remaining in the frame.

Template Parameters:
DispatcherThe type of the Dispatcher through which to run events.
Parameters:
dispatcherThe Dispatcher through which to run events.
frameDelayThe time slice for the frame.

Definition at line 43 of file EventLoop.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs