Defines the JoystickManager class for handling SDL joysticks in ASAPCabinetFE. More...
#include <SDL2/SDL.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | JoystickManager |
Manages SDL joystick initialization and lifecycle. More... | |
Defines the JoystickManager class for handling SDL joysticks in ASAPCabinetFE.
This header provides the JoystickManager class, which initializes and manages SDL joysticks for input handling. It supports adding and removing joysticks dynamically and provides access to the active joystick list for use in input processing.