ASAPCabinetFE
 
Loading...
Searching...
No Matches
keybind_manager.h File Reference

Defines the KeybindManager class for managing input bindings in ASAPCabinetFE. More...

#include "keybinds/ikeybind_provider.h"
#include <map>
#include <string>
#include <variant>
+ Include dependency graph for keybind_manager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KeybindManager
 Manages keyboard and joystick input bindings for application actions. More...
 

Detailed Description

Defines the KeybindManager class for managing input bindings in ASAPCabinetFE.

This header provides the KeybindManager class, which implements the IKeybindProvider interface to manage keyboard and joystick input bindings for application actions. It supports keycodes, joystick buttons, hats, and axes, and handles loading/saving keybind configurations.