thor::Action Member List

This is the complete list of members for thor::Action, including all inherited members.

Action(sf::Keyboard::Key key, ActionType action=Hold)thor::Actionexplicit
Action(sf::Mouse::Button mouseButton, ActionType action=Hold)thor::Actionexplicit
Action(JoystickButton joystickState, ActionType action=Hold)thor::Actionexplicit
Action(JoystickAxis joystickAxis)thor::Actionexplicit
Action(sf::Event::EventType eventType)thor::Actionexplicit
ActionType enum namethor::Action
eventAction(std::function< bool(const sf::Event &)> filter)thor::Actionrelated
Hold enum valuethor::Action
operator!(const Action &action)thor::Actionrelated
operator&&(const Action &lhs, const Action &rhs)thor::Actionrelated
operator||(const Action &lhs, const Action &rhs)thor::Actionrelated
PressOnce enum valuethor::Action
realtimeAction(std::function< bool()> filter)thor::Actionrelated
ReleaseOnce enum valuethor::Action