| 198 | } |
| 199 | |
| 200 | void InputManager::process() |
| 201 | { |
| 202 | checkJoysticks(); |
| 203 | processAnalogueInput(); |
| 204 | handleModifiers(); |
| 205 | processEvents(); |
| 206 | processHoldEvents(); |
| 207 | handleViewScrolling(); |
| 208 | } |
| 209 | |
| 210 | void InputManager::handleViewScrolling() |
| 211 | { |
no test coverage detected