patrickhlauke / InputDevice

InputDevice API proposal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InputDeviceCapabilities

This repository contains a proposed specification for an API that provides capability details of the underlying device that generated a DOM input event. In particular, this enables scripts to reliably identify MouseEvents dervied from TouchEvents.

This repo also contains a a polyfill, and some tests. This API first shipped in Chrome 47.

References

About

InputDevice API proposal

License:MIT License


Languages

Language:HTML 70.8%Language:JavaScript 29.2%