![]() |
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 name | thor::Action | |
eventAction(std::function< bool(const sf::Event &)> filter) | thor::Action | [related] |
Hold enum value | thor::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 value | thor::Action | |
realtimeAction(std::function< bool()> filter) | thor::Action | [related] |
ReleaseOnce enum value | thor::Action |