The scroll wheel’s horizontal delta.
Language
- Swift
- Objective-C
SDK
- macOS 10.7+
Declaration
var scrollingDeltaX: CGFloat { get }
Discussion
This is the preferred property for accessing NSScroll delta values. When has is false, your application may need to modify the raw value before using it.