hasPointerCapture method
The hasPointerCapture()
method of the
Element
interface checks whether the element on which it is invoked has
pointer capture for the pointer identified by the given pointer ID.
Implementation
external bool hasPointerCapture(int pointerId);