MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setKeypadColor

Method setKeypadColor

gui/qt/settings.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void MainWindow::setKeypadColor(unsigned int color) {
494 ui->keypadWidget->setType(get_device_type(), color);
495 m_config->setValue(SETTING_KEYPAD_COLOR, color);
496}
497
498void MainWindow::setKeypadHolding(bool enabled) {
499 ui->keypadWidget->setHolding(enabled);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected