Skip to main content

@novorender/api / TouchContactPoint

Interface: TouchContactPoint

Defined in: @novorender/src/web_app/controller/input.ts:658

A single touch input contact point.

See​

https://developer.mozilla.org/en-US/docs/Web/API/Touch for more details.

Properties​

id​

readonly id: number;

Defined in: @novorender/src/web_app/controller/input.ts:662

The touch identifier.

See​

https://developer.mozilla.org/en-US/docs/Web/API/Touch/identifier


x​

readonly x: number;

Defined in: @novorender/src/web_app/controller/input.ts:667

The touch client x coordinate.

See​

https://developer.mozilla.org/en-US/docs/Web/API/Touch/clientX


y​

readonly y: number;

Defined in: @novorender/src/web_app/controller/input.ts:672

The touch client y coordinate.

See​

https://developer.mozilla.org/en-US/docs/Web/API/Touch/clientY