Skip to content

Commit

Permalink
Fixed documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2022
1 parent ac8a041 commit 8c3239d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_gamepad.h
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ extern DECLSPEC SDL_Joystick *SDLCALL SDL_GetGamepadJoystick(SDL_Gamepad *gamepa
* yourself and check the state of the gamepad when you want gamepad
* information.
*
* \param state whether to process gamepad events or not
* \param enabled whether to process gamepad events or not
*
* \since This function is available since SDL 3.0.0.
*
Expand Down
2 changes: 1 addition & 1 deletion include/SDL3/SDL_joystick.h
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ extern DECLSPEC int SDLCALL SDL_GetNumJoystickButtons(SDL_Joystick *joystick);
* yourself and check the state of the joystick when you want joystick
* information.
*
* \param state whether to process joystick events or not
* \param enabled whether to process joystick events or not
*
* \since This function is available since SDL 3.0.0.
*
Expand Down

0 comments on commit 8c3239d

Please sign in to comment.