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

Function inputdevice_testrecord

src/inputdevice.cpp:9812–9820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9810}
9811
9812void inputdevice_testrecord(int type, int num, int wtype, int wnum, int state, int max)
9813{
9814 //write_log (_T("%d %d %d %d %d/%d\n"), type, num, wtype, wnum, state, max);
9815 if (testmode) {
9816 inputdevice_testrecord_test(type, num, wtype, wnum, state, max);
9817 } else if (key_specialpressed()) {
9818 inputdevice_testrecord_info(type, num, wtype, wnum, state, max);
9819 }
9820}
9821
9822int inputdevice_istest (void)
9823{

Callers 4

setjoybuttonstateFunction · 0.85
setmousebuttonstateFunction · 0.85
setjoystickstateFunction · 0.85
setmousestateFunction · 0.85

Calls 3

key_specialpressedFunction · 0.85

Tested by

no test coverage detected