scrollingDeltaX
The scroll wheel’s horizontal delta.
Declaration
var scrollingDeltaX: CGFloat { get }Discussion
This is the preferred property for accessing NSScrollWheel delta values. When hasPreciseScrollingDeltas is false, your application may need to modify the raw value before using it.