Windows CTRL + C Hotkey

This commit is contained in:
Ade Novan
2017-07-02 01:28:38 +08:00
committed by Gde Made Novan Priambhada
parent 5187b9f118
commit f514b25c79
7 changed files with 41 additions and 14 deletions
+5
View File
@@ -371,6 +371,11 @@ void EmuScreen::sendMessage(const char *message, const char *value) {
} else {
gstate_c.skipDrawReason &= ~SKIPDRAW_WINDOW_MINIMIZED;
}
} else if (!strcmp(message, "chat screen")) {
releaseButtons();
ChatMenu * ch = new ChatMenu();
setChatPointer(ch);
screenManager()->push(ch);
}
}