Gamedev Framework (gf)  0.2.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::Event::GamepadButtonEvent Struct Reference

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...
 

Detailed Description

Gamepad button event parameters (EventType::GamepadButtonPressed, EventType::GamepadButtonReleased)

Member Data Documentation

GamepadButton gf::Event::GamepadButtonEvent::button

Button of the gamepad.

GamepadId gf::Event::GamepadButtonEvent::id

Id of the gamepad.