Pointers

This class tracks active pointers involved in the Pointer Events API.

Properties

4
active: Pointer[]readonly

An array of Pointer objects, in order of first-started to last-started.

current: Pointer | nullreadonly

The most recently active Pointer object.

primary: Pointer | nullreadonly

The primary Pointer.

secondary: Pointer | nullreadonly

The secondary Pointer.