Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ sendCSC
Function
sendCSC
tests/autotester/autotester.cpp:77–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
};
76
77
void sendCSC(uint8_t csc)
78
{
79
int retry = 200;
80
do {
81
if (cemucore::sendCSC(csc)) {
82
break;
83
}
84
cemucore::emu_run(50);
85
} while(retry--);
86
}
87
88
void sendKey(uint16_t key)
89
{
Callers
1
autotester.cpp
File · 0.70
Calls
1
emu_run
Function · 0.85
Tested by
no test coverage detected