This class represents input actions that have a boolean state (pressed or not pressed), such as keyboard keys or mouse buttons. It allows querying and updating the state.
BooleanActions(SDL_Keycode key, std::string name);
Constructor for keyboard key action
BooleanActions(Uint8 mouseButton, std::string name);
Constructor for mouse button action