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

Method setKeypadHolding

gui/qt/settings.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void MainWindow::setKeypadHolding(bool enabled) {
499 ui->keypadWidget->setHolding(enabled);
500 m_config->setValue(SETTING_KEYPAD_HOLDING, enabled);
501}
502
503void MainWindow::setCalcSkinTopFromType(bool python) {
504 QString fileName;

Callers

nothing calls this directly

Calls 1

setHoldingMethod · 0.80

Tested by

no test coverage detected