![]()  | 
  
    Gamedev Framework (gf)
    0.7.0
    
   A C++14 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.
 1.8.13