Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 624 Bytes

supportsInputDeviceState.markdown

File metadata and controls

22 lines (14 loc) · 624 Bytes

device.supportsInputDeviceState

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

Overview

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

Example

local device = require 'plugin.device'

print( device.supportsInputDeviceState )