Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
|
Gamepad button event parameters (EventType::GamepadButtonPressed, EventType::GamepadButtonReleased) More...
#include <gf/Event.h>
Public Attributes | |
GamepadId | id |
Id of the gamepad. More... | |
GamepadButton | button |
Button of the gamepad. More... | |
Gamepad button event parameters (EventType::GamepadButtonPressed, EventType::GamepadButtonReleased)
GamepadButton gf::Event::GamepadButtonEvent::button |
Button of the gamepad.
GamepadId gf::Event::GamepadButtonEvent::id |
Id of the gamepad.