Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 1 năm trước cách đây
mục cha
commit
943ab983cb
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      include/SDL3/SDL_properties.h

+ 4 - 1
include/SDL3/SDL_properties.h

@@ -84,7 +84,10 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void);
 /**
  * Copy a set of properties
  *
- * Copy all the properties from one set of properties to another, with the exception of properties requiring cleanup (set using SDL_SetPropertyWithCleanup()), which will not be copied. Any property that already exists on `dst` will be overwritten.
+ * Copy all the properties from one set of properties to another, with the
+ * exception of properties requiring cleanup (set using
+ * SDL_SetPropertyWithCleanup()), which will not be copied. Any property that
+ * already exists on `dst` will be overwritten.
  *
  * \param src the properties to copy
  * \param dst the destination properties