You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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