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

Function sendKey

tests/autotester/autotester.cpp:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void sendKey(uint16_t key)
89{
90 int retry = 200;
91 do {
92 if (cemucore::sendKey(key)) {
93 break;
94 }
95 cemucore::emu_run(50);
96 } while(retry--);
97}
98
99void sendLetterKeyPress(char letter)
100{

Callers 2

autotester.cppFile · 0.70
mainFunction · 0.70

Calls 1

emu_runFunction · 0.85

Tested by

no test coverage detected