mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-09 11:26:29 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -84,7 +84,10 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void);
|
|||||||
/**
|
/**
|
||||||
* Copy a set of properties
|
* 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 src the properties to copy
|
||||||
* \param dst the destination properties
|
* \param dst the destination properties
|
||||||
|
Reference in New Issue
Block a user