Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected internal documentation in source.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 22, 2013
1 parent 6dc6c1d commit 8ae0913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/joystick/SDL_joystick.c
Expand Up @@ -50,7 +50,7 @@ int
SDL_JoystickInit(void)
{
int status;

/* See if we should allow joystick events while in the background */
SDL_AddHintCallback(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS,
SDL_JoystickAllowBackgroundEventsChanged, NULL);
Expand Down Expand Up @@ -353,7 +353,7 @@ SDL_JoystickGetButton(SDL_Joystick * joystick, int button)

/*
* Return if the joystick in question is currently attached to the system,
* \return 0 if not plugged in, 1 if still present.
* \return SDL_FALSE if not plugged in, SDL_TRUE if still present.
*/
SDL_bool
SDL_JoystickGetAttached(SDL_Joystick * joystick)
Expand Down

0 comments on commit 8ae0913

Please sign in to comment.