| 33 | } |
| 34 | |
| 35 | void InputAction::addContext(const std::string& context) |
| 36 | { |
| 37 | if (!Utils::Vector::contains(context, m_contexts)) |
| 38 | m_contexts.push_back(context); |
| 39 | } |
| 40 | |
| 41 | void InputAction::setInterval(Time::TimeUnit delay) |
| 42 | { |
no test coverage detected