mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 10:25:28 +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:
@@ -16,7 +16,7 @@
|
||||
/**
|
||||
* @brief Check call to SDL_GetKeyboardState with and without numkeys reference.
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyboardState
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyboardState
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyboardState(void *arg)
|
||||
@@ -42,7 +42,7 @@ keyboard_getKeyboardState(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetKeyboardFocus
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyboardFocus
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyboardFocus
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyboardFocus(void *arg)
|
||||
@@ -57,7 +57,7 @@ keyboard_getKeyboardFocus(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetKeyFromName for known, unknown and invalid name.
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyFromName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyFromName
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyFromName(void *arg)
|
||||
@@ -124,7 +124,7 @@ _checkInvalidScancodeError()
|
||||
/**
|
||||
* @brief Check call to SDL_GetKeyFromScancode
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyFromScancode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyFromScancode
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyFromScancode(void *arg)
|
||||
@@ -163,7 +163,7 @@ keyboard_getKeyFromScancode(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetKeyName
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyName
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyName(void *arg)
|
||||
@@ -219,7 +219,7 @@ keyboard_getKeyName(void *arg)
|
||||
/**
|
||||
* @brief SDL_GetScancodeName negative cases
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetScancodeName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetScancodeName
|
||||
*/
|
||||
int
|
||||
keyboard_getScancodeNameNegative(void *arg)
|
||||
@@ -246,7 +246,7 @@ keyboard_getScancodeNameNegative(void *arg)
|
||||
/**
|
||||
* @brief SDL_GetKeyName negative cases
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetKeyName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetKeyName
|
||||
*/
|
||||
int
|
||||
keyboard_getKeyNameNegative(void *arg)
|
||||
@@ -283,8 +283,8 @@ keyboard_getKeyNameNegative(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetModState and SDL_SetModState
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetModState
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetModState
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetModState
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_SetModState
|
||||
*/
|
||||
int
|
||||
keyboard_getSetModState(void *arg)
|
||||
@@ -344,8 +344,8 @@ keyboard_getSetModState(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_StartTextInput and SDL_StopTextInput
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_StartTextInput
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_StopTextInput
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_StartTextInput
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_StopTextInput
|
||||
*/
|
||||
int
|
||||
keyboard_startStopTextInput(void *arg)
|
||||
@@ -391,7 +391,7 @@ void _testSetTextInputRect(SDL_Rect refRect)
|
||||
/**
|
||||
* @brief Check call to SDL_SetTextInputRect
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetTextInputRect
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_SetTextInputRect
|
||||
*/
|
||||
int
|
||||
keyboard_setTextInputRect(void *arg)
|
||||
@@ -471,7 +471,7 @@ keyboard_setTextInputRect(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_SetTextInputRect with invalid data
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetTextInputRect
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_SetTextInputRect
|
||||
*/
|
||||
int
|
||||
keyboard_setTextInputRectNegative(void *arg)
|
||||
@@ -509,8 +509,8 @@ keyboard_setTextInputRectNegative(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetScancodeFromKey
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetScancodeFromKey
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_Keycode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetScancodeFromKey
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_Keycode
|
||||
*/
|
||||
int
|
||||
keyboard_getScancodeFromKey(void *arg)
|
||||
@@ -533,8 +533,8 @@ keyboard_getScancodeFromKey(void *arg)
|
||||
/**
|
||||
* @brief Check call to SDL_GetScancodeFromName
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetScancodeFromName
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_Keycode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetScancodeFromName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_Keycode
|
||||
*/
|
||||
int
|
||||
keyboard_getScancodeFromName(void *arg)
|
||||
@@ -606,8 +606,8 @@ _checkInvalidNameError()
|
||||
/**
|
||||
* @brief Check call to SDL_GetScancodeFromName with invalid data
|
||||
*
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetScancodeFromName
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_Keycode
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_GetScancodeFromName
|
||||
* @sa http://wiki.libsdl.org/moin.cgi/SDL_Keycode
|
||||
*/
|
||||
int
|
||||
keyboard_getScancodeFromNameNegative(void *arg)
|
||||
|
||||
Reference in New Issue
Block a user