Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-07-22 17:05:52 +00:00
parent 24bb95f60c
commit 5e12706ae0

View File

@@ -429,11 +429,11 @@ extern SDL_DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void);
* *
* On KMS/DRM: * On KMS/DRM:
* *
* - `SDL_PROP_DISPLAY_KMSDRM_PANEL_ORIENTATION_NUMBER`: the "panel orientation" * - `SDL_PROP_DISPLAY_KMSDRM_PANEL_ORIENTATION_NUMBER`: the "panel
* property for the display in degrees of clockwise rotation. Note that this * orientation" property for the display in degrees of clockwise rotation.
* is provided only as a hint, and the application is responsible for any * Note that this is provided only as a hint, and the application is
* coordinate transformations needed to conform to the requested display * responsible for any coordinate transformations needed to conform to the
* orientation. * requested display orientation.
* *
* \param displayID the instance ID of the display to query. * \param displayID the instance ID of the display to query.
* \returns a valid property ID on success or 0 on failure; call * \returns a valid property ID on success or 0 on failure; call