Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 600 Bytes

supportsMultitouch.markdown

File metadata and controls

22 lines (14 loc) · 600 Bytes

device.supportsMultitouch

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

Overview

This property indicates whether the device running the application supports multitouch events.

Example

local device = require 'plugin.device'

print( device.supportsMultitouch )