SDL++
C++wrapperfortheSDLlibrary.
|
Represents a key. More...
#include <Components.h>
Static Public Member Functions | |
static int | which (const SDL_Event *event) |
Represents a key.
Definition at line 120 of file Components.h.
static int sdl::event::User::which | ( | const SDL_Event * | event | ) | [inline, static] |
Returns an int that identifies the component from which the event came.
event | The event from which to get the identity. |
Definition at line 128 of file Components.h.