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