TLUpdatePointerOptions

See source code
Table of contents
interface TLUpdatePointerOptions {}

Properties

accelKey

optional
accelKey?: boolean;

altKey

optional
altKey?: boolean;

button

optional
button?: number;

ctrlKey

optional
ctrlKey?: boolean;

immediate

optional

Whether to update the pointer immediately, rather than on the next tick.

immediate?: boolean;

isPen

optional
isPen?: boolean;

metaKey

optional
metaKey?: boolean;

point

optional

The point, in screen-space, to update the pointer to. Defaults to the position of the last pointer event.

point?: VecLike;

pointerId

optional
pointerId?: number;

shiftKey

optional
shiftKey?: boolean;

Prev
TLTldrawExternalContentSource
Next
TLUrlExternalAsset