Skip to content

Variable: Pressed

const Pressed: Component<{ }>

Defined in: packages/core/src/input/state-tags.ts:68

A transient tag set while a pointer is actively pressing an Interactable.

Remarks

  • Managed by InputSystem; do not add/remove this component manually in normal usage.
  • Often used to gate activation logic or pressed-state visuals.

Hideineditor