MCPcopy 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
269int record_key(int kc, bool direct)
270{
271 if (pause_emulation)
272 return 0;
273 return record_key_direct(kc, direct);
274}
275
276static void keyswap(int *kcdp, int *kcp, uae_u8 k1, uae_u8 k2)
277{

Callers 6

keytoscancodeFunction · 0.85
keybuf_vsyncFunction · 0.85
inputdevice.cppFile · 0.85
inject_eventsFunction · 0.85
inputdevice_do_keyboardFunction · 0.85
sendmmcodesFunction · 0.85

Calls 1

record_key_directFunction · 0.85

Tested by

no test coverage detected