mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Fixed a typo in the name of the method in the documentation for SDL_GetDisplayProperties
This commit is contained in:
parent
c4bf5f9f59
commit
24bb95f60c
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ extern SDL_DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void);
|
|||
*
|
||||
* On KMS/DRM:
|
||||
*
|
||||
* - `SDL_PROP_DISPLAY_KMSDRM_ORIENTATION_NUMBER`: the "panel orientation"
|
||||
* - `SDL_PROP_DISPLAY_KMSDRM_PANEL_ORIENTATION_NUMBER`: the "panel orientation"
|
||||
* property for the display in degrees of clockwise rotation. Note that this
|
||||
* is provided only as a hint, and the application is responsible for any
|
||||
* coordinate transformations needed to conform to the requested display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue