Sfoglia il codice sorgente

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 mese fa
parent
commit
df9f56f958
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      include/SDL3/SDL_joystick.h

+ 2 - 1
include/SDL3/SDL_joystick.h

@@ -46,7 +46,8 @@
  * and load appropriate drivers.
  * and load appropriate drivers.
  *
  *
  * If you would like to receive joystick updates while the application is in
  * If you would like to receive joystick updates while the application is in
- * the background, you should set the SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint.
+ * the background, you should set the
+ * SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint.
  *
  *
  * SDL can provide virtual joysticks as well: the app defines an imaginary
  * SDL can provide virtual joysticks as well: the app defines an imaginary
  * controller with SDL_AttachVirtualJoystick(), and then can provide inputs
  * controller with SDL_AttachVirtualJoystick(), and then can provide inputs