X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fjoystick.h;h=e43844edd8b8e63b8d9a10752205162e463b8cd5;hb=d8edd05c7bc6f88a893fc52e3dd7008cf6e866c5;hp=8cee40de8b411510cdad0630fac88f9351969f10;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/libgame/joystick.h b/src/libgame/joystick.h index 8cee40de..e43844ed 100644 --- a/src/libgame/joystick.h +++ b/src/libgame/joystick.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // 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