Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
|
Gamepad axis event parameters (EventType::GamepadAxisMoved) More...
#include <gf/Event.h>
Public Attributes | |
GamepadId | id |
Id of the gamepad. More... | |
GamepadAxis | axis |
Axis of the gamepad. More... | |
int16_t | value |
Value of the axis. More... | |
Gamepad axis event parameters (EventType::GamepadAxisMoved)
GamepadAxis gf::Event::GamepadAxisEvent::axis |
Axis of the gamepad.
GamepadId gf::Event::GamepadAxisEvent::id |
Id of the gamepad.
int16_t gf::Event::GamepadAxisEvent::value |
Value of the axis.