Sfoglia il codice sorgente

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 anno fa
parent
commit
a63052db96
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      include/SDL3/SDL_gamepad.h

+ 5 - 1
include/SDL3/SDL_gamepad.h

@@ -64,7 +64,11 @@
  * can tune which OS drivers to use with the various joystick hints in
  * SDL_hints.h.
  *
- * Your application should always support gamepad hotplugging. On some platforms like Xbox, Steam Deck, etc., this is a requirement for certification. On other platforms, like macOS and Windows when using Windows.Gaming.Input, controllers may not be available at startup and will come in at some point after you've started processing events.
+ * Your application should always support gamepad hotplugging. On some
+ * platforms like Xbox, Steam Deck, etc., this is a requirement for
+ * certification. On other platforms, like macOS and Windows when using
+ * Windows.Gaming.Input, controllers may not be available at startup and will
+ * come in at some point after you've started processing events.
  */
 
 #ifndef SDL_gamepad_h_