Skip to content
Snippets Groups Projects
Commit 6843538f authored by wwylele's avatar wwylele
Browse files

qt: enable config for circle pad pro

parent 26979cd6
No related branches found
No related tags found
No related merge requests found
......@@ -102,14 +102,8 @@ ConfigureInput::ConfigureInput(QWidget* parent)
this->loadConfiguration();
// TODO(wwylele): enable these when the input emulation for them is implemented
ui->buttonZL->setEnabled(false);
ui->buttonZR->setEnabled(false);
// TODO(wwylele): enable this when we actually emulate it
ui->buttonHome->setEnabled(false);
ui->buttonCStickUp->setEnabled(false);
ui->buttonCStickDown->setEnabled(false);
ui->buttonCStickLeft->setEnabled(false);
ui->buttonCStickRight->setEnabled(false);
}
void ConfigureInput::applyConfiguration() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment