Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-01-17 19:46:20 +00:00
parent ae8df1dcbd
commit 9ed96f392d
1 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetDisplayName(SDL_DisplayID displa
/** /**
* Get the desktop area represented by a display. * Get the desktop area represented by a display.
* *
* The primary display is often located at (0,0), but may be placed at a different location depending on monitor layout. * The primary display is often located at (0,0), but may be placed at a
* different location depending on monitor layout.
* *
* \param displayID the instance ID of the display to query. * \param displayID the instance ID of the display to query.
* \param rect the SDL_Rect structure filled in with the display bounds. * \param rect the SDL_Rect structure filled in with the display bounds.