| 184 | } |
| 185 | |
| 186 | void Cursor::setConstraint( |
| 187 | const std::function<std::pair<int, int>(Cursor*)> constraint, |
| 188 | std::function<bool()> condition) |
| 189 | { |
| 190 | m_constraint = constraint; |
| 191 | m_constraintCondition = condition; |
| 192 | } |
| 193 | |
| 194 | bool Cursor::isPressed(sf::Mouse::Button button) |
| 195 | { |