Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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