X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollerwidget.h;h=eada2d642a53908c97c729bb65624f014c2d91c2;hb=5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3;hp=cf42469c7a9d54b5e710da6d812d571869dc9549;hpb=f63cd569374c4fbcd872bb8a67c94788da29c3a8;p=virtualjaguar diff --git a/src/gui/controllerwidget.h b/src/gui/controllerwidget.h index cf42469..eada2d6 100644 --- a/src/gui/controllerwidget.h +++ b/src/gui/controllerwidget.h @@ -36,6 +36,7 @@ class ControllerWidget: public QWidget // Class data static char keyName1[96][16]; static char keyName2[64][16]; + static char hatName[4][16]; static int buttonPos[21][2]; };