mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-29 21:31:09 +02:00
Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)
This commit is contained in:
@@ -511,7 +511,7 @@ video_getClosestDisplayModeRandomResolution(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowBrightness
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowBrightness
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowBrightness
|
||||
*/
|
||||
int
|
||||
video_getWindowBrightness(void *arg)
|
||||
@@ -537,7 +537,7 @@ video_getWindowBrightness(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowBrightness with invalid input
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowBrightness
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowBrightness
|
||||
*/
|
||||
int
|
||||
video_getWindowBrightnessNegative(void *arg)
|
||||
@@ -566,7 +566,7 @@ video_getWindowBrightnessNegative(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowDisplayMode
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowDisplayMode
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowDisplayMode
|
||||
*/
|
||||
int
|
||||
video_getWindowDisplayMode(void *arg)
|
||||
@@ -620,7 +620,7 @@ void _checkInvalidWindowError()
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowDisplayMode with invalid input
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowDisplayMode
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowDisplayMode
|
||||
*/
|
||||
int
|
||||
video_getWindowDisplayModeNegative(void *arg)
|
||||
@@ -664,7 +664,7 @@ video_getWindowDisplayModeNegative(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowGammaRamp
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowGammaRamp
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGammaRamp
|
||||
*/
|
||||
int
|
||||
video_getWindowGammaRamp(void *arg)
|
||||
@@ -725,7 +725,7 @@ video_getWindowGammaRamp(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowGammaRamp with invalid input
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowGammaRamp
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGammaRamp
|
||||
*/
|
||||
int
|
||||
video_getWindowGammaRampNegative(void *arg)
|
||||
@@ -822,8 +822,8 @@ _setAndCheckWindowKeyboardGrabState(SDL_Window* window, SDL_bool desiredState)
|
||||
/**
|
||||
* @brief Tests keyboard and mouse grab support
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/SDL_GetWindowGrab
|
||||
* @sa http://wiki.libsdl.org/SDL_SetWindowGrab
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGrab
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowGrab
|
||||
*/
|
||||
int
|
||||
video_getSetWindowGrab(void *arg)
|
||||
@@ -965,8 +965,8 @@ video_getSetWindowGrab(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowID and SDL_GetWindowFromID
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowID
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowFromID
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowID
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowFromID
|
||||
*/
|
||||
int
|
||||
video_getWindowId(void *arg)
|
||||
@@ -1021,7 +1021,7 @@ video_getWindowId(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowPixelFormat
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowPixelFormat
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowPixelFormat
|
||||
*/
|
||||
int
|
||||
video_getWindowPixelFormat(void *arg)
|
||||
@@ -1055,8 +1055,8 @@ video_getWindowPixelFormat(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowPosition and SDL_SetWindowPosition
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowPosition
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowPosition
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowPosition
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowPosition
|
||||
*/
|
||||
int
|
||||
video_getSetWindowPosition(void *arg)
|
||||
@@ -1198,8 +1198,8 @@ void _checkInvalidParameterError()
|
||||
/**
|
||||
* @brief Tests call to SDL_GetWindowSize and SDL_SetWindowSize
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowSize
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowSize
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowSize
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowSize
|
||||
*/
|
||||
int
|
||||
video_getSetWindowSize(void *arg)
|
||||
@@ -1637,8 +1637,8 @@ video_getSetWindowMaximumSize(void *arg)
|
||||
/**
|
||||
* @brief Tests call to SDL_SetWindowData and SDL_GetWindowData
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowData
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowData
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowData
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowData
|
||||
*/
|
||||
int
|
||||
video_getSetWindowData(void *arg)
|
||||
|
||||
Reference in New Issue
Block a user