ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
asw::input::ControllerButtonBinding Struct Reference

Binding to a controller (gamepad) button. More...

#include <action.h>

Public Attributes

ControllerButton button
 
uint32_t controller_index { 0 }
 

Detailed Description

Binding to a controller (gamepad) button.

Definition at line 43 of file action.h.

Member Data Documentation

◆ button

ControllerButton asw::input::ControllerButtonBinding::button

Definition at line 44 of file action.h.

◆ controller_index

uint32_t asw::input::ControllerButtonBinding::controller_index { 0 }

Definition at line 45 of file action.h.


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