X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fkeygrabber.h;h=abaf534122bf6c17da4c4b95cc7ee46527a1f9ab;hb=e310c1d53915d306d8aa9a1bed9bac489bd30b03;hp=aae59616fe1401441939e0c0f98a1a01b6fea216;hpb=19cb30261693d5c56c79d87030cfe8e1dc9ca033;p=virtualjaguar diff --git a/src/gui/keygrabber.h b/src/gui/keygrabber.h index aae5961..abaf534 100644 --- a/src/gui/keygrabber.h +++ b/src/gui/keygrabber.h @@ -22,8 +22,14 @@ class KeyGrabber: public QDialog protected: void keyPressEvent(QKeyEvent *); -private: + private slots: + void CheckGamepad(); + + private: QLabel * label; + QTimer * timer; + static bool buttonDown; // Class variable + static int button; // Class variable public: int key;