PointerScrolledEvent
Defined in: api/node/typescript/platform.ts:49 ↗
The wheel button of a mouse was rotated to initiate scrolling.
Properties
Section titled “Properties”deltaX
Section titled “deltaX”deltaX:
number
Defined in: api/node/typescript/platform.ts:54 ↗
The amount of logical pixels to scroll in the horizontal direction.
deltaY
Section titled “deltaY”deltaY:
number
Defined in: api/node/typescript/platform.ts:56 ↗
The amount of logical pixels to scroll in the vertical direction.
position
Section titled “position”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