| 362 | } |
| 363 | |
| 364 | void World::input_pen_motion_callback(const InputManager::PenMotionCallbackArgs& motion) { |
| 365 | if(!clientStillConnecting) |
| 366 | drawProg.input_pen_motion_callback(motion); |
| 367 | } |
| 368 | |
| 369 | void World::input_pen_axis_callback(const InputManager::PenAxisCallbackArgs& axis) { |
| 370 | if(!clientStillConnecting) |
no outgoing calls
no test coverage detected