mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 17:45:33 +00:00
docs: Note that you don't need to free SDL_GetDefaultCursor's results.
Reference Issue #6777. (cherry picked from commit 16f8dfcef944019ce4474061aa06c2a1997e601e)
This commit is contained in:
parent
f57776836f
commit
4bae75387a
|
@ -389,6 +389,9 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
|
|||
/**
|
||||
* Get the default cursor.
|
||||
*
|
||||
* You do not have to call SDL_FreeCursor() on the return value,
|
||||
* but it is safe to do so.
|
||||
*
|
||||
* \returns the default cursor on success or NULL on failure.
|
||||
*
|
||||
* \since This function is available since SDL 2.0.0.
|
||||
|
|
Loading…
Reference in a new issue