libsuit
0.1.1
SFML User Interface Toolkit
|
A set of actions. More...
#include <ui/Action.h>
Public Member Functions | |
void | addAction (std::shared_ptr< Action > action) |
Add an action. More... | |
void | update (const sf::Event &event) |
Update all the actions. More... | |
void | reset () |
Reset all the actions. More... | |
A set of actions.
void ui::ActionSet::addAction | ( | std::shared_ptr< Action > | action | ) |
Add an action.
action | the action to add to the set. |
void ui::ActionSet::reset | ( | ) |
Reset all the actions.