settings_applicationsEventTarget > settings_applicationsNode > settings_applicationsElement > settings_applicationsHTMLElement > settings_applications[[Prototype]]
요소가 setPointerCapture() 메소드를 사용하여 포인터를 캡처하면 발생한다.
setPointerCapture()
HTMLElement의 ongotopointercapture는(은) PointerEvent interface의 gotopointercapture 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.
element.addEventListener("gotpointercapture", function() { });