MCPcopy Create free account
hub / github.com/TASEmulators/fceux / setHotKeys

Function setHotKeys

src/drivers/Qt/input.cpp:471–483  ·  view source on GitHub ↗

on every cycle of keyboardinput()

Source from the content-addressed store, hash-verified

469
470// on every cycle of keyboardinput()
471void setHotKeys(void)
472{
473 for (int i = 0; i < HK_MAX; i++)
474 {
475 Hotkeys[i].readConfig();
476 }
477
478 if ( tasWin != NULL )
479 {
480 tasWin->initHotKeys();
481 }
482 return;
483}
484
485gamepad_function_key_t::gamepad_function_key_t(void)
486{

Callers 4

fceuWrapperInitFunction · 0.70
resetDefaultsCBMethod · 0.70
assignHotkeyMethod · 0.70
cleanButtonCBMethod · 0.70

Calls 2

readConfigMethod · 0.80
initHotKeysMethod · 0.45

Tested by

no test coverage detected