]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.cpp
More gamepad work.
[virtualjaguar] / src / gui / controllertab.cpp
index 957e568b1d7a32144ae219ce19fbc5283ed6c3d0..ce09270ff86b53fd2e186b42260d9ec95b9d389d 100644 (file)
@@ -33,10 +33,12 @@ ControllerTab::ControllerTab(QWidget * parent/*= 0*/): QWidget(parent)
        connect(redefineAll, SIGNAL(clicked()), this, SLOT(DefineAllKeys()));
 }
 
+
 ControllerTab::~ControllerTab()
 {
 }
 
+
 void ControllerTab::DefineAllKeys(void)
 {
 //     char jagButtonName[21][10] = { "Up", "Down", "Left", "Right",
@@ -60,3 +62,4 @@ void ControllerTab::DefineAllKeys(void)
                controllerWidget->update();
        }
 }
+