Fixed display orientation function names for SDL 3.0 convention

This commit is contained in:
Sam Lantinga 2023-06-17 09:28:27 -07:00
parent d91e96e7f5
commit 9fe384b696
10 changed files with 20 additions and 20 deletions

View file

@ -96,7 +96,7 @@ typedef enum
*
* The axis data is not changed when the device is rotated.
*
* \sa SDL_GetDisplayCurrentOrientation()
* \sa SDL_GetCurrentDisplayOrientation()
*/
#define SDL_STANDARD_GRAVITY 9.80665f
@ -120,7 +120,7 @@ typedef enum
*
* The axis data is not changed when the device is rotated.
*
* \sa SDL_GetDisplayCurrentOrientation()
* \sa SDL_GetCurrentDisplayOrientation()
*/
/* Function prototypes */