| 294 | } |
| 295 | |
| 296 | void World::input_text_key_callback(const InputManager::KeyCallbackArgs& key) { |
| 297 | if(!clientStillConnecting) |
| 298 | drawProg.input_text_key_callback(key); |
| 299 | } |
| 300 | |
| 301 | void World::input_text_callback(const InputManager::TextCallbackArgs& text) { |
| 302 | if(!clientStillConnecting) |
no outgoing calls
no test coverage detected