Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 574 Bytes

isWindows.markdown

File metadata and controls

22 lines (14 loc) · 574 Bytes

device.isWindows

 
Type Boolean
Library device.*
Keywords device, Windows
See also Sample code

Overview

This property indicates whether the device running the application is a Windows device.

Example

local device = require 'plugin.device'

print( device.isWindows )