mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 18:29:22 +00:00
Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"
This reverts commit 82a96afa70.
We ended up not moving to GitHub's wiki after all and built
https://github.com/icculus/ghwikipp to fill the gap...since the wiki is
back at https://wiki.libsdl.org/, put back the original URLs.
This commit is contained in:
@@ -192,8 +192,8 @@ static SDL_Cursor *_initArrowCursor(const char *image[])
|
||||
/**
|
||||
* @brief Check call to SDL_CreateCursor and SDL_FreeCursor
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_CreateCursor
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreeCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_CreateCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_FreeCursor
|
||||
*/
|
||||
int
|
||||
mouse_createFreeCursor(void *arg)
|
||||
@@ -218,8 +218,8 @@ mouse_createFreeCursor(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_CreateColorCursor and SDL_FreeCursor
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_CreateColorCursor
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreeCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_CreateColorCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_FreeCursor
|
||||
*/
|
||||
int
|
||||
mouse_createFreeColorCursor(void *arg)
|
||||
@@ -275,7 +275,7 @@ void _changeCursorVisibility(int state)
|
||||
/**
|
||||
* @brief Check call to SDL_ShowCursor
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_ShowCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_ShowCursor
|
||||
*/
|
||||
int
|
||||
mouse_showCursor(void *arg)
|
||||
@@ -305,7 +305,7 @@ mouse_showCursor(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_SetCursor
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_SetCursor
|
||||
*/
|
||||
int
|
||||
mouse_setCursor(void *arg)
|
||||
@@ -338,7 +338,7 @@ mouse_setCursor(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetCursor
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetCursor
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetCursor
|
||||
*/
|
||||
int
|
||||
mouse_getCursor(void *arg)
|
||||
@@ -356,8 +356,8 @@ mouse_getCursor(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetRelativeMouseMode and SDL_SetRelativeMouseMode
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetRelativeMouseMode
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetRelativeMouseMode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetRelativeMouseMode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_SetRelativeMouseMode
|
||||
*/
|
||||
int
|
||||
mouse_getSetRelativeMouseMode(void *arg)
|
||||
@@ -440,7 +440,7 @@ void _destroyMouseSuiteTestWindow(SDL_Window *window)
|
||||
/**
|
||||
* @brief Check call to SDL_WarpMouseInWindow
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_WarpMouseInWindow
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_WarpMouseInWindow
|
||||
*/
|
||||
int
|
||||
mouse_warpMouseInWindow(void *arg)
|
||||
@@ -502,7 +502,7 @@ mouse_warpMouseInWindow(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetMouseFocus
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetMouseFocus
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetMouseFocus
|
||||
*/
|
||||
int
|
||||
mouse_getMouseFocus(void *arg)
|
||||
|
||||
Reference in New Issue
Block a user