![]() |
Gamedev Framework (gf) 1.2.0
A C++17 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::GamepadButtonEvent::button |
Button of the gamepad.
GamepadId gf::GamepadButtonEvent::id |
Id of the gamepad.