فهرست منبع

Sync SDL2 wiki -> header

[ci skip]
SDL Wiki Bot 6 ماه پیش
والد
کامیت
52ac07d327
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      include/SDL_hints.h

+ 5 - 5
include/SDL_hints.h

@@ -1434,14 +1434,14 @@ extern "C" {
  * `0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3`
  *
  * This hint supports a "wildcard" device that will set the number of haptic
- * axes on all initialized haptic devices which were not defined explicitly
- * in this hint.
+ * axes on all initialized haptic devices which were not defined explicitly in
+ * this hint.
  *
  * `0xFFFF/0xFFFF/1`
  *
- * This hint should be set before a controller is opened. The number of
- * haptic axes won't exceed the number of real axes found on the device.
-*/
+ * This hint should be set before a controller is opened. The number of haptic
+ * axes won't exceed the number of real axes found on the device.
+ */
 #define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES"
 
 /**