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

Gamepad disconnection event parameters (EventType::GamepadDisconnected) More...

#include <gf/Event.h>

Public Attributes

GamepadId id
 Id of the gamepad. More...
 

Detailed Description

Gamepad disconnection event parameters (EventType::GamepadDisconnected)

Member Data Documentation

GamepadId gf::Event::GamepadDisconnection::id

Id of the gamepad.