SDL++
C++wrapperfortheSDLlibrary.
|
Determines if the SDL_Event is the correct event. More...
#include <SimpleComparator.h>
Static Public Member Functions | |
static bool | compare (const SDL_Event *event) |
Determines if the SDL_Event is the correct event.
struct SimpleComparator
SDL_EVENT_TYPE | The type the SDL_Event should be. |
Definition at line 35 of file SimpleComparator.h.
static bool sdl::event::SimpleComparator< SDL_EVENT_TYPE >::compare | ( | const SDL_Event * | event | ) | [inline, static] |
Determines if the SDL_Event is the correct event.
event | The SDL_Event structure to check. |
Definition at line 43 of file SimpleComparator.h.