1
0
Эх сурвалжийг харах

Added missing links at documentation of SDL_FreeCursor() in header file.

Philipp Wiesemann 9 жил өмнө
parent
commit
b1ce3799e9
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      include/SDL_mouse.h

+ 3 - 1
include/SDL_mouse.h

@@ -254,9 +254,11 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);
 
 /**
- *  \brief Frees a cursor created with SDL_CreateCursor().
+ *  \brief Frees a cursor created with SDL_CreateCursor() or similar functions.
  *
  *  \sa SDL_CreateCursor()
+ *  \sa SDL_CreateColorCursor()
+ *  \sa SDL_CreateSystemCursor()
  */
 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);