Skip to main content

interface.TouchContactPoint

API > TouchContactPoint

Interface: TouchContactPoint

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

The touch identifier.

See

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

Source

@novorender/web_app/controller/input.ts:531


x

readonly x: number

The touch client x coordinate.

See

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

Source

@novorender/web_app/controller/input.ts:536


y

readonly y: number

The touch client y coordinate.

See

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

Source

@novorender/web_app/controller/input.ts:541