Fixed wrong documentation in joystick implementation source.
This commit is contained in:
parent
97ce204e2f
commit
29d25ec1b5
5 changed files with 5 additions and 12 deletions
|
@ -53,8 +53,7 @@ extern "C"
|
|||
static int SDL_SYS_numjoysticks = 0;
|
||||
|
||||
/* Function to scan the system for joysticks.
|
||||
* This function should set SDL_numjoysticks to the number of available
|
||||
* joysticks. Joystick 0 should be the system default joystick.
|
||||
* Joystick 0 should be the system default joystick.
|
||||
* It should return 0, or -1 on an unrecoverable fatal error.
|
||||
*/
|
||||
int SDL_SYS_JoystickInit(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue