SDL++
C++wrapperfortheSDLlibrary.
|
Represents a joystick axis. More...
#include <Components.h>
Static Public Member Functions | |
static int | which (const SDL_Event *event) |
Represents a joystick axis.
Definition at line 30 of file Components.h.
static int sdl::event::Axis::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 38 of file Components.h.