Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jul 26, 2024
1 parent 750aef2 commit a1a8278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL3/SDL_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,9 @@ extern SDL_DECLSPEC void * SDLCALL SDL_AllocateTemporaryMemory(size_t size);
* Claim ownership of temporary memory.
*
* Some functions return temporary memory which SDL will automatically clean
* up. If you want to hold onto it past the current event being handled or beyond the current
* function scope, you can call this function to get a pointer that you own,
* and can free using SDL_free() when you're done.
* up. If you want to hold onto it past the current event being handled or
* beyond the current function scope, you can call this function to get a
* pointer that you own, and can free using SDL_free() when you're done.
*
* If the memory isn't temporary, this will return NULL, and you don't have
* ownership of the memory.
Expand Down

0 comments on commit a1a8278

Please sign in to comment.