The InputDeviceCapabilities interface of the Input Device Capabilities provides information about the physical device or a group of devices responsible for generating input events. Events caused the same physical input device get the same instance of this but the converse isn't true. For example, two mice with the same in a system may appear as a single InputDeviceCapabilities instance.
The InputDeviceCapabilities interface of the Input Device Capabilities provides information about the physical device or a group of devices responsible for generating input events. Events caused the same physical input device get the same instance of this but the converse isn't true. For example, two mice with the same in a system may appear as a single InputDeviceCapabilities instance.
(fires-touch-events this)
Property.
[Read Only] [Experimental]
The InputDeviceCapabilities.firesTouchEvents read-only property
a js.Boolean
that indicates whether the device dispatches touch
var boolean = InputDeviceCapabilities.firesTouchEvents
See also: https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities/firesTouchEvents
Property. [Read Only] [Experimental] The InputDeviceCapabilities.firesTouchEvents read-only property a `js.Boolean` that indicates whether the device dispatches touch `var boolean = InputDeviceCapabilities.firesTouchEvents` See also: `https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities/firesTouchEvents`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close