Skip to content

PointerScrolledEvent

Defined in: api/node/typescript/platform.ts:49

The wheel button of a mouse was rotated to initiate scrolling.

Window.dispatchEvent

deltaX: number

Defined in: api/node/typescript/platform.ts:54

The amount of logical pixels to scroll in the horizontal direction.


deltaY: number

Defined in: api/node/typescript/platform.ts:56

The amount of logical pixels to scroll in the vertical direction.


position: Point

Defined in: api/node/typescript/platform.ts:52

The position of the pointer when the scroll occurred.


type: "pointer-scrolled"

Defined in: api/node/typescript/platform.ts:50


© 2026 SixtyFPS GmbH