Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ record_key
Function
record_key
src/keybuf.cpp:269–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
int record_key(int kc, bool direct)
270
{
271
if (pause_emulation)
272
return 0;
273
return record_key_direct(kc, direct);
274
}
275
276
static void keyswap(int *kcdp, int *kcp, uae_u8 k1, uae_u8 k2)
277
{
Callers
6
keytoscancode
Function · 0.85
keybuf_vsync
Function · 0.85
inputdevice.cpp
File · 0.85
inject_events
Function · 0.85
inputdevice_do_keyboard
Function · 0.85
sendmmcodes
Function · 0.85
Calls
1
record_key_direct
Function · 0.85
Tested by
no test coverage detected