|
SDL++
C++wrapperfortheSDLlibrary.
|
Recurse through the Device list checking to see if the SDL_Event structure is correct for any of them. More...
#include <MultiComparator.h>
Static Public Member Functions | |
| static bool | compare (const SDL_Event *event) |
Recurse through the Device list checking to see if the SDL_Event structure is correct for any of them.
The main specialization that recurses through the Devices comparing them to the SDL_Event structure.
The recursion's terminal specialization.
| Device | The type of device being compared. |
| EventType | The specific event type. |
| Ids | The list of Devices ids. |
| Device | The type of device being compared. |
| EventType | The specific event type. |
| Device | The type of device being compared. |
| EventType | The specific event type. |
| Id | The Id to check. |
| Ids | The list of Ids. |
Definition at line 37 of file MultiComparator.h.
| static bool sdl::event::MultiComparator< Device, EventType, Ids >::compare | ( | const SDL_Event * | event | ) | [inline, static] |
Determines if the SDL_Event structure is correct for the devices.
| event | The SDL_Event structure to check. |
Definition at line 45 of file MultiComparator.h.