The InputDeviceCapabilities()
constructor creates a new
InputDeviceCapabilities
object provides information about the physical
device responsible for generating a touch event.
Syntax
var inputDeviceCapabilities = new InputDeviceCapabilities([InputDeviceCapabilitiesInit])
Returns
An instance of the InputDeviceCapabilities
interface.
Parameters
InputDeviceCapabilitiesInit
Optional- A dictionary object containing a set of device capabilities. It contains the
following property.
fireTouchEvents
: ABoolean
that indicates whether the device dispatches touch events.
Specifications
Specification | Status | Comment |
---|---|---|
InputDeviceCapabilities | Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser