]> Shamusworld >> Repos - virtualjaguar/blob - src/gui/controllerwidget.h
Fixed bug with missing BIOS on first boot of Virtual Jaguar.
[virtualjaguar] / src / gui / controllerwidget.h
1 #ifndef __CONTROLLERWIDGET_H__
2 #define __CONTROLLERWIDGET_H__
3
4 #include <QtGui>
5
6 class ControllerWidget: public QWidget
7 {
8         Q_OBJECT
9
10         public:
11                 ControllerWidget(QWidget * parent = 0);
12                 ~ControllerWidget();
13
14         //need paint, mousemove, mousedown, mouseup, etc
15 };
16
17 #endif  // __CONTROLLERWIDGET_H__