![]() |
Gamedev Framework (gf) 1.2.0
A C++17 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::GamepadAxisEvent::axis |
Axis of the gamepad.
GamepadId gf::GamepadAxisEvent::id |
Id of the gamepad.
int16_t gf::GamepadAxisEvent::value |
Value of the axis.