Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void 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
99
void sendLetterKeyPress(char letter)
100
{
Callers
2
autotester.cpp
File · 0.70
main
Function · 0.70
Calls
1
emu_run
Function · 0.85
Tested by
no test coverage detected