MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / setShowScreenPointKey

Method setShowScreenPointKey

QKeyMapper/qmappingadvanceddialog.cpp:516–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void QMappingAdvancedDialog::setShowScreenPointKey(const QString &keyname)
517{
518 if (keyname == FUNCTION_KEY_NONE) {
519 ui->showScreenPointKeyComboBox->setCurrentIndex(FUNCTION_KEY_NONE_INDEX);
520 }
521 else if(QKeyMapper_Worker::MultiKeyboardInputList.contains(keyname)) {
522 ui->showScreenPointKeyComboBox->setCurrentText(keyname);
523 }
524 else {
525 ui->showScreenPointKeyComboBox->setCurrentText(SHOW_POINTS_IN_SCREEN_KEY);
526 }
527}
528
529void QMappingAdvancedDialog::setLeftTriggerPressThreshold(int threshold)
530{

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected