MSPointer
MSPointer refers to Microsoft’s vendor-prefixed set of pointer events used to unify handling of input from mouse, touch, and stylus devices. Introduced with Internet Explorer 10 and Windows 8, MSPointer events were designed to provide a single API for multiple input modalities across Microsoft's platforms.
The MSPointer event family includes MSPointerDown, MSPointerMove, MSPointerUp, MSPointerCancel, MSPointerEnter, MSPointerLeave, MSPointerOver, and MSPointerOut. Like the
MSPointer events were intended to replace separate mouse and touch events by providing a unified flow of
Over time, the W3C standardized the Pointer Events API, introducing unprefixed event names such as pointerdown,