| 372 | } |
| 373 | |
| 374 | void World::input_multi_finger_touch_callback(const InputManager::MultiFingerTouchCallbackArgs& touch) { |
| 375 | if(!clientStillConnecting) |
| 376 | drawData.cam.input_multi_finger_touch_callback(*this, touch); |
| 377 | } |
| 378 | |
| 379 | void World::input_multi_finger_motion_callback(const InputManager::MultiFingerMotionCallbackArgs& motion) { |
| 380 | if(!clientStillConnecting) |
no outgoing calls
no test coverage detected