From 111626f4cf0c3ab9ad4a2ab80d4b5a9e67ff4a4a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 25 Aug 2022 17:17:12 +0000 Subject: [PATCH] Sync SDL wiki -> header --- include/SDL_joystick.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index cb7be29af..b27a750e9 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -425,7 +425,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_JoystickIsVirtual(int device_index); * the following: SDL_PollEvent, SDL_PumpEvents, SDL_WaitEventTimeout, * SDL_WaitEvent. * - * Note that when sending trigger axes, you should scale the value to the full range of Sint16. For example, a trigger at rest would have the value of `SDL_JOYSTICK_AXIS_MIN`. + * Note that when sending trigger axes, you should scale the value to the full + * range of Sint16. For example, a trigger at rest would have the value of + * `SDL_JOYSTICK_AXIS_MIN`. * * \param joystick the virtual joystick on which to set state. * \param axis the specific axis on the virtual joystick to set.