您最多选择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();