mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 10:57:22 +08:00
Fixed documentation warning
This commit is contained in:
@@ -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
|
* yourself and check the state of the gamepad when you want gamepad
|
||||||
* information.
|
* 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.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -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
|
* yourself and check the state of the joystick when you want joystick
|
||||||
* information.
|
* 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.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user