X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fkeygrabber.h;h=cb0abaf7352499413590e2e96d115103d59f7c2c;hb=5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3;hp=aae59616fe1401441939e0c0f98a1a01b6fea216;hpb=f63cd569374c4fbcd872bb8a67c94788da29c3a8;p=virtualjaguar diff --git a/src/gui/keygrabber.h b/src/gui/keygrabber.h index aae5961..cb0abaf 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; + bool buttonDown; + int button; public: int key;