]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllerwidget.h
Added analog axis support to Gamepad module.
[virtualjaguar] / src / gui / controllerwidget.h
index cf42469c7a9d54b5e710da6d812d571869dc9549..b1065cdffe859b7f8ff25a4f98fbaa6b8e86a71a 100644 (file)
@@ -36,6 +36,8 @@ class ControllerWidget: public QWidget
                // Class data
                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];
 };