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

Function inputdevice_default_kb

src/inputdevice.cpp:1334–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332}
1333
1334static void inputdevice_default_kb (struct uae_prefs *p, int num)
1335{
1336 if (num == GAMEPORT_INPUT_SETTINGS) {
1337 reset_inputdevice_slot (p, num);
1338 }
1339 set_kbr_default (p, num, -1, keyboard_default);
1340}
1341
1342static void inputdevice_default_kb_all (struct uae_prefs *p)
1343{

Callers 2

Calls 2

reset_inputdevice_slotFunction · 0.85
set_kbr_defaultFunction · 0.85

Tested by

no test coverage detected