Type | Boolean |
Library | device.* |
Keywords | multitouch, event |
See also | Sample code |
This property indicates whether the device running the application supports multitouch events.
local device = require 'plugin.device'
print( device.supportsMultitouch )