X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.h;fp=src%2Fgui%2Fcontrollertab.h;h=5f5d11aca2f636dc19d9c68c1adddb689095bf3d;hb=05c760d5a17ee02597c5b7c5ef264a0aa3ba1ee4;hp=64e291a9998ea23e4978021ef02b6361f536ce84;hpb=166019baeee39e3867ecf6c4eddd0855dc3507a4;p=virtualjaguar diff --git a/src/gui/controllertab.h b/src/gui/controllertab.h index 64e291a..5f5d11a 100644 --- a/src/gui/controllertab.h +++ b/src/gui/controllertab.h @@ -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__