Structure containing information about the context in which an action has occurred.
Definition: ActionContext.hpp:54
sf::Window * window
Pointer to sf::Window passed to the ActionMap::invokeCallbacks().
Definition: ActionContext.hpp:67
const sf::Event * event
Pointer to a sf::Event that contributed to this action's activation.
Definition: ActionContext.hpp:84
ActionId actionId
Identifier of the action.
Definition: ActionContext.hpp:88