Skip to content

editorGlobalsIInputEvent

Interface: IInputEvent

Represents an (ongoing) interaction coming from an input device Do not modify any properties of this event.

Hierarchy

  • IInputEvent

IRayInputEvent

IPointInputEvent

Index

Properties

Properties

direction

direction: Vector3

Defined in src/input/events/InputEvent.ts:25


eventType

eventType: InputEventType

Defined in src/input/events/InputEvent.ts:21


id

id: string

Defined in src/input/events/InputEvent.ts:19


position

position: Vector3

Defined in src/input/events/InputEvent.ts:23


timestamp

timestamp: DOMHighResTimeStamp

Defined in src/input/events/InputEvent.ts:27