lostpointercapture
Summary
Dispatched after pointer capture is released for a pointer.
Overview Table
Synchronous | No |
---|---|
Bubbles | Yes |
Target | dom/Element |
Cancelable | No |
Default action | None |
Notes
Note As of Internet Explorer 11, the Microsoft vendor prefixed version of this event (MSLostPointerCapture) is no longer supported and may be removed in a future release. Instead, use the non-prefixed lowercase name, lostpointercapture, which is better for standards compliance and future compatibility.
Related specifications
- Pointer Events
- Working Draft
See also
Other articles
code.MSDN Pointers and Gestures Example
Feature Detection and Touch Support Testing
Hand.js - A polyfill for supporting pointer events on every browser.
PointerEvents Polyfill on Github
Attributions
Microsoft Developer Network: [lostPointerCapture Event Article]