mirror of
https://github.com/modelec/ihm.git
synced 2026-01-19 00:57:27 +01:00
Add functional pos
This commit is contained in:
@@ -234,4 +234,9 @@ void MainWindow::handleMessage(const std::string& message)
|
||||
{
|
||||
this->turnOnTheWindow();
|
||||
}
|
||||
else if (list[2] == "set pos")
|
||||
{
|
||||
auto msg = TCPSocket::split(list[3], ";");
|
||||
this->inGame->updatePos(msg[0], msg[1]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user