[client] main: don't use Linux keybinds if the guest is not Linux

This commit is contained in:
Geoffrey McRae
2022-01-17 20:26:45 +11:00
parent afd5e2d057
commit 5a3fe151e4
6 changed files with 122 additions and 32 deletions

View File

@@ -70,9 +70,10 @@ struct AppState
bool jitRender;
uint8_t spiceUUID[16];
bool spiceUUIDValid;
bool spiceReady;
uint8_t guestUUID[16];
bool guestUUIDValid;
KVMFROS guestOS;
bool stopVideo;
bool ignoreInput;