mirror of https://github.com/libsdl-org/SDL
Sync wiki -> headers.
(bridge got stuck, I'm just kicking it to get it working again, idk.)
This commit is contained in:
parent
a547c185ce
commit
a35cff634b
|
@ -601,8 +601,8 @@ extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayI
|
|||
* Get the index of the display containing a point
|
||||
*
|
||||
* \param point the point to query
|
||||
* \returns the index of the display containing the point or a negative
|
||||
* error code on failure; call SDL_GetError() for more information.
|
||||
* \returns the index of the display containing the point or a negative error
|
||||
* code on failure; call SDL_GetError() for more information.
|
||||
*
|
||||
* \sa SDL_GetDisplayBounds
|
||||
* \sa SDL_GetNumVideoDisplays
|
||||
|
|
Loading…
Reference in New Issue