Skip to main content

Interface: TouchUpdate<T = unknown>

Defined in: packages/webxr-uiextensions/src/core/touch-press.ts:69

The transitions the adapter acts on this frame.

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyTypeDescriptionDefined in
phaseTouchPhase-packages/webxr-uiextensions/src/core/touch-press.ts:70
pressedbooleanTrue on the exact update where a press started; pressTarget is set.packages/webxr-uiextensions/src/core/touch-press.ts:72
pressTargetT | undefinedThe target under the finger when the press started; kept through the hold.packages/webxr-uiextensions/src/core/touch-press.ts:76
releasedbooleanTrue on the exact update where the hold ended.packages/webxr-uiextensions/src/core/touch-press.ts:74
releaseTargetT | undefinedThe target under the finger at the release, which may differ from pressTarget.packages/webxr-uiextensions/src/core/touch-press.ts:78
sameTargetbooleanOn a release, whether it happened over the same target the press did.packages/webxr-uiextensions/src/core/touch-press.ts:80