DisplayOrientation
Available since LÖVE 11.3
This enum is not supported in earlier versions.
Types of device display orientation.
Constants
- unknown
- Orientation cannot be determined.
- landscape
- Landscape orientation.
- landscapeflipped
- Landscape orientation (flipped).
- portrait
- Portrait orientation.
- portraitflipped
- Portrait orientation (flipped).
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/DisplayOrientation