MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / keyboardresetkeys

Function keyboardresetkeys

src/inputdevice.cpp:4636–4639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4634}
4635
4636static bool keyboardresetkeys(void)
4637{
4638 return (keybuf[AK_CTRL] || keybuf[AK_RCTRL]) && keybuf[AK_LAMI] && keybuf[AK_RAMI];
4639}
4640
4641void inputdevice_do_keyboard(int code, int state)
4642{

Callers 2

inputdevice_do_keyboardFunction · 0.85
inputdevice_do_kb_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected