mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 10:57:40 +00:00
Fixed display orientation function names for SDL 3.0 convention
This commit is contained in:
parent
d91e96e7f5
commit
9fe384b696
10 changed files with 20 additions and 20 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue