Type Alias SourcePointer

SourcePointer: Readonly<[driver: PointerDriver, pointerID: number]>

The source of a pointer event. A pair containing the originating PointerDriver and numerical pointer ID. If something uses this type, it usually also allows null for anonymous/virtual sources.