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