mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 01:51:10 +00:00
Sync wiki -> header
This commit is contained in:
parent
74a1eb2106
commit
d856478f70
|
@ -818,6 +818,8 @@ extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform bilinear scaling between two surfaces of the same format, 32BPP.
|
* Perform bilinear scaling between two surfaces of the same format, 32BPP.
|
||||||
|
*
|
||||||
|
* \since This function is available since SDL 2.0.16.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface * src,
|
extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface * src,
|
||||||
const SDL_Rect * srcrect,
|
const SDL_Rect * srcrect,
|
||||||
|
|
|
@ -1209,6 +1209,8 @@ extern DECLSPEC void SDLCALL SDL_SetWindowGrab(SDL_Window * window,
|
||||||
* \param window The window for which the keyboard grab mode should be set.
|
* \param window The window for which the keyboard grab mode should be set.
|
||||||
* \param grabbed This is SDL_TRUE to grab keyboard, and SDL_FALSE to release.
|
* \param grabbed This is SDL_TRUE to grab keyboard, and SDL_FALSE to release.
|
||||||
*
|
*
|
||||||
|
* \since This function is available since SDL 2.0.16.
|
||||||
|
*
|
||||||
* \sa SDL_GetWindowKeyboardGrab
|
* \sa SDL_GetWindowKeyboardGrab
|
||||||
* \sa SDL_SetWindowMouseGrab
|
* \sa SDL_SetWindowMouseGrab
|
||||||
* \sa SDL_SetWindowGrab
|
* \sa SDL_SetWindowGrab
|
||||||
|
|
Loading…
Reference in a new issue