Antkeeper  0.0.1
Public Attributes | List of all members
input::gamepad_button_pressed_event Struct Reference

Event generated when a gamepad button has been pressed. More...

#include <gamepad-events.hpp>

Public Attributes

gamepadgamepad {nullptr}
 Gamepad that generated the event. More...
 
gamepad_button button {0}
 Gamepad button being pressed. More...
 

Detailed Description

Event generated when a gamepad button has been pressed.

Definition at line 33 of file gamepad-events.hpp.

Member Data Documentation

◆ button

gamepad_button input::gamepad_button_pressed_event::button {0}

Gamepad button being pressed.

Definition at line 39 of file gamepad-events.hpp.

◆ gamepad

gamepad* input::gamepad_button_pressed_event::gamepad {nullptr}

Gamepad that generated the event.

Definition at line 36 of file gamepad-events.hpp.


The documentation for this struct was generated from the following file: