Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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();