Corrected internal documentation in source.
This commit is contained in:
parent
a74537a5a9
commit
e3b9fb7542
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ int
|
||||||
SDL_JoystickInit(void)
|
SDL_JoystickInit(void)
|
||||||
{
|
{
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
/* See if we should allow joystick events while in the background */
|
/* See if we should allow joystick events while in the background */
|
||||||
SDL_AddHintCallback(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS,
|
SDL_AddHintCallback(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS,
|
||||||
SDL_JoystickAllowBackgroundEventsChanged, NULL);
|
SDL_JoystickAllowBackgroundEventsChanged, NULL);
|
||||||
|
@ -353,7 +353,7 @@ SDL_JoystickGetButton(SDL_Joystick * joystick, int button)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return if the joystick in question is currently attached to the system,
|
* 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_bool
|
||||||
SDL_JoystickGetAttached(SDL_Joystick * joystick)
|
SDL_JoystickGetAttached(SDL_Joystick * joystick)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue