]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllerwidget.h
Added analog axis support to Gamepad module.
[virtualjaguar] / src / gui / controllerwidget.h
index eada2d642a53908c97c729bb65624f014c2d91c2..b1065cdffe859b7f8ff25a4f98fbaa6b8e86a71a 100644 (file)
@@ -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];
 };