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::Action [explicit]
Action(sf::Mouse::Button mouseButton, ActionType action=Hold)thor::Action [explicit]
Action(JoystickButton joystickState, ActionType action=Hold)thor::Action [explicit]
Action(JoystickAxis joystickAxis)thor::Action [explicit]
Action(sf::Event::EventType eventType)thor::Action [explicit]
ActionType enum namethor::Action
eventAction(std::function< bool(const sf::Event &)> filter)thor::Action [related]
Hold enum valuethor::Action
operator!(const Action &action)thor::Action [related]
operator&&(const Action &lhs, const Action &rhs)thor::Action [related]
operator||(const Action &lhs, const Action &rhs)thor::Action [related]
PressOnce enum valuethor::Action
realtimeAction(std::function< bool()> filter)thor::Action [related]
ReleaseOnce enum valuethor::Action