From 35adef17a808fd07fa84001c13fa3ad223ddf8d9 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 9 Jun 2024 05:33:28 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_joystick.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/SDL3/SDL_joystick.h b/include/SDL3/SDL_joystick.h index a9e0a4c39..125d1c0a3 100644 --- a/include/SDL3/SDL_joystick.h +++ b/include/SDL3/SDL_joystick.h @@ -41,12 +41,12 @@ * device that does not change over time, it identifies class of the device (a * X360 wired controller for example). This identifier is platform dependent. * - * In order to use these functions, SDL_Init() must have been called - * with the SDL_INIT_JOYSTICK flag. This causes SDL to scan the system - * for joysticks, and load appropriate drivers. + * In order to use these functions, SDL_Init() must have been called with the + * SDL_INIT_JOYSTICK flag. This causes SDL to scan the system for joysticks, + * and load appropriate drivers. * - * If you would like to receive joystick updates while the application - * is in the background, you should set the following hint before calling + * If you would like to receive joystick updates while the application is in + * the background, you should set the following hint before calling * SDL_Init(): SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS */