disabled linux joystick debugging outputs and reverted unnecessary comment edit

This commit is contained in:
atfrase 2022-01-31 13:55:37 -06:00 committed by Sam Lantinga
parent 3b53555bcf
commit db9e14e504
2 changed files with 3 additions and 3 deletions

View file

@ -894,7 +894,7 @@ extern "C" {
* \brief A variable controlling whether to use the classic /dev/input/js* joystick interface or the newer /dev/input/event* joystick interface on Linux
*
* This variable can be set to the following values:
* "0" - Use /dev/input/event* (the default)
* "0" - Use /dev/input/event*
* "1" - Use /dev/input/js*
*
* By default the /dev/input/event* interfaces are used