X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollerwidget.h;h=eada2d642a53908c97c729bb65624f014c2d91c2;hb=dffa89ebdee4d328a8e166b30fcdf38a3fc54b28;hp=cf42469c7a9d54b5e710da6d812d571869dc9549;hpb=0c6ed444bbb07e5cc0513a7d3075fb24d06e61eb;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]; };