MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / sendEmuKey

Method sendEmuKey

gui/qt/mainwindow.cpp:1113–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113void MainWindow::sendEmuKey(uint16_t key) {
1114 emu.enqueueKeys(key);
1115}
1116
1117void MainWindow::sendEmuLetterKey(char letter) {
1118 if (letter >= '0' && letter <= '9') {

Callers

nothing calls this directly

Calls 1

enqueueKeysMethod · 0.80

Tested by

no test coverage detected