MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / connected

Method connected

source/MaaPlayCoverControlUnit/Client/PlayToolsClient.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool PlayToolsClient::connected() const
62{
63 return socket_.is_open() && screen_size_.first > 0;
64}
65
66std::pair<int, int> PlayToolsClient::screen_size() const
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected