| 59 | } |
| 60 | |
| 61 | bool PlayToolsClient::connected() const |
| 62 | { |
| 63 | return socket_.is_open() && screen_size_.first > 0; |
| 64 | } |
| 65 | |
| 66 | std::pair<int, int> PlayToolsClient::screen_size() const |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected