hasPointerCapture method

bool hasPointerCapture(
  1. int pointerId
)

Implementation

bool hasPointerCapture(int pointerId) =>
    js_util.callMethod(this, 'hasPointerCapture', [pointerId]);