mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Implement focus-shifting on Windows and waiting status
This commit is contained in:
@@ -91,6 +91,8 @@ VMManagerProtocol::getClientMessageType(const QJsonObject &json_document)
|
||||
return VMManagerProtocol::ClientMessage::WindowUnblocked;
|
||||
} else if (message_type == "RunningStateChanged") {
|
||||
return VMManagerProtocol::ClientMessage::RunningStateChanged;
|
||||
} else if (message_type == "WinIdMessage") {
|
||||
return VMManagerProtocol::ClientMessage::WinIdMessage;
|
||||
}
|
||||
return VMManagerProtocol::ClientMessage::UnknownMessage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user