Просмотр исходного кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 18 часов назад
Родитель
Сommit
0bb539314d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      include/SDL3/SDL_events.h

+ 2 - 1
include/SDL3/SDL_events.h

@@ -838,7 +838,8 @@ typedef struct SDL_TouchFingerEvent
 /**
 /**
  * Pinch event structure (event.pinch.*)
  * Pinch event structure (event.pinch.*)
  *
  *
- * span_(x/y) and focus_(x/y) are only available for pinch gestures on mobile devices
+ * span_(x/y) and focus_(x/y) are only available for pinch gestures on mobile
+ * devices
  */
  */
 typedef struct SDL_PinchFingerEvent
 typedef struct SDL_PinchFingerEvent
 {
 {