Builder

class Builder

Properties

Link copied to clipboard
var deltaX: Int?

The horizontal scroll delta. Valid range: -1000 to 1000.

Link copied to clipboard
var deltaY: Int?

The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.

Link copied to clipboard
var x: Int?

The X coordinate on screen where the scroll occurs.

Link copied to clipboard
var y: Int?

The Y coordinate on screen where the scroll occurs.