| 92 | } |
| 93 | |
| 94 | void Control::setChangingDirection(ControlChangingDirection direction) |
| 95 | { |
| 96 | currentChangingDirection = direction; |
| 97 | mPendingActions.push_back(direction); |
| 98 | } |
| 99 | |
| 100 | void Control::update(float timeSinceLastFrame) |
| 101 | { |
no outgoing calls
no test coverage detected