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

Function inputdevice_checkqualifierkeycode

src/inputdevice.cpp:8854–8857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8852 return 0;
8853}
8854void inputdevice_checkqualifierkeycode (int keyboard, int scancode, int state)
8855{
8856 inputdevice_translatekeycode_2 (keyboard, scancode, state, true, false);
8857}
8858
8859static const TCHAR *internaleventlabels[] = {
8860 _T("CPU reset"),

Callers 1

my_kbd_handlerFunction · 0.85

Calls 1

Tested by

no test coverage detected