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