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.
The InputDeviceCapabilities.firesTouchEvents read-only property
a web.Boolean
that indicates whether the device dispatches
events.
var boolean = InputDeviceCapabilities.firesTouchEvents
See also: https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities/firesTouchEvents
Property. The InputDeviceCapabilities.firesTouchEvents read-only property a `web.Boolean` that indicates whether the device dispatches events. `var boolean = InputDeviceCapabilities.firesTouchEvents` See also: `https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities/firesTouchEvents`
(set-fires-touch-events! this val)
Property.
The InputDeviceCapabilities.firesTouchEvents read-only property
a web.Boolean
that indicates whether the device dispatches
events.
var boolean = InputDeviceCapabilities.firesTouchEvents
See also: https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities/firesTouchEvents
Property. The InputDeviceCapabilities.firesTouchEvents read-only property a `web.Boolean` that indicates whether the device dispatches events. `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