| 347 | } |
| 348 | |
| 349 | void World::input_mouse_wheel_callback(const InputManager::MouseWheelCallbackArgs& wheel) { |
| 350 | if(!clientStillConnecting) |
| 351 | drawData.cam.input_mouse_wheel_callback(*this, wheel); |
| 352 | } |
| 353 | |
| 354 | void World::input_pen_button_callback(const InputManager::PenButtonCallbackArgs& button) { |
| 355 | if(!clientStillConnecting) |
no outgoing calls
no test coverage detected