| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceCapabilities | [Back] [Original] |
Get to know MDN better
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The InputDeviceCapabilities interface of the Input Device Capabilities API provides information about the physical device or a group of related devices responsible for generating input events. Events caused by the same physical input device get the same instance of this object, but the converse isn't true. For example, two mice with the same capabilities in a system may appear as a single InputDeviceCapabilities instance.
In some instances, InputDeviceCapabilities represents the capabilities of logical devices rather than physical devices. This allows, for example, touchscreen keyboards and physical keyboards to be represented the same way when they produce the same input.
InputDeviceCapabilities() Creates an InputDeviceCapabilities object.
InputDeviceCapabilities.firesTouchEvents Read only A Boolean that indicates whether the device dispatches touch events.
None.
| Specification |
|---|
| Input Device Capabilities # dom-inputdevicecapabilities |
This page was last modified on Dec 2, 2023 by MDN contributors.
InputDeviceCapabilitiesYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |