| 357 | } |
| 358 | |
| 359 | void World::input_pen_touch_callback(const InputManager::PenTouchCallbackArgs& touch) { |
| 360 | if(!clientStillConnecting) |
| 361 | drawProg.input_pen_touch_callback(touch); |
| 362 | } |
| 363 | |
| 364 | void World::input_pen_motion_callback(const InputManager::PenMotionCallbackArgs& motion) { |
| 365 | if(!clientStillConnecting) |
no outgoing calls
no test coverage detected