X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fjoystick.h;h=f9c518007859f8bfc2d46b1ef170266aa9a059c2;hp=8cee40de8b411510cdad0630fac88f9351969f10;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=855700d73bbef8bb1248fe0ac735738478d6044b diff --git a/src/libgame/joystick.h b/src/libgame/joystick.h index 8cee40de..f9c51800 100644 --- a/src/libgame/joystick.h +++ b/src/libgame/joystick.h @@ -35,8 +35,8 @@ #define DEV_JOYSTICK_3 "/dev/js3" #endif -/* get these values from the program 'js' from the joystick package, */ -/* set JOYSTICK_PERCENT to a threshold appropriate for your joystick */ +// get these values from the program 'js' from the joystick package, +// set JOYSTICK_PERCENT to a threshold appropriate for your joystick #define JOYSTICK_MAX_AXIS_POS 32767 @@ -83,4 +83,4 @@ int AnyJoystickButton(void); void DeactivateJoystick(void); void ActivateJoystick(void); -#endif /* JOYSTICK_H */ +#endif // JOYSTICK_H