Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 541 Bytes

orientation.markdown

File metadata and controls

22 lines (14 loc) · 541 Bytes

device.orientation

 
Type String
Library device.*
Keywords device, orientation
See also Sample code

Overview

This property is the current device orientation.

Example

local device = require 'plugin.device'

print( device.orientation )