[ view source ]
enum abstract ScreenOrientation(Int)
package ceramic
from Int to Int
Available on all targets
Variables
inlineread onlyPORTRAIT:ScreenOrientation = (1 << 0) | (1 << 1)
Both PORTRAIT_UPRIGHT
and PORTRAIT_UPSIDE_DOWN
inlineread onlyLANDSCAPE:ScreenOrientation = (1 << 2) | (1 << 3)
Both LANDSCAPE_LEFT
and LANDSCAPE_RIGHT