]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Controller tab now shows correctly redefined keys.
[virtualjaguar] / src / gui / controllertab.h
index 64e291a9998ea23e4978021ef02b6361f536ce84..5f5d11aca2f636dc19d9c68c1adddb689095bf3d 100644 (file)
@@ -16,9 +16,15 @@ class ControllerTab: public QWidget
 
        private:
                QPushButton * redefineAll;
+               void DrawBorderedText(QPainter &, int, int, QString);
 
        public:
                int p1Keys[21];
+
+       // Class data
+       private:
+               static char keyName1[96][16];
+               static char keyName2[64][16];
 };
 
 #endif // __CONTROLLERTAB_H__