Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

pointer-source.md 366B

PointerSource

A source of pointer-based input. It feeds a PointerTracker.

Since: 0.4.0

Instantiation

AR.Source.Pointer

AR.Source.Pointer(): PointerSource

Create a new PointerSource.

Returns

A new PointerSource.

Example

const pointerSource = AR.Source.Pointer();