mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
qt: enable config for circle pad pro
This commit is contained in:
parent
26979cd6ef
commit
6843538f7c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user