Gamedev Framework (gf)  0.11.0
A C++14 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

◆ id

GamepadId gf::Event::GamepadDisconnection::id

Id of the gamepad.