Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
Public Attributes | List of all members
gf::GamepadDisconnectionEvent 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::GamepadDisconnectionEvent::id

Id of the gamepad.