on every cycle of keyboardinput()
| 469 | |
| 470 | // on every cycle of keyboardinput() |
| 471 | void 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 | |
| 485 | gamepad_function_key_t::gamepad_function_key_t(void) |
| 486 | { |
no test coverage detected