The scroll wheel’s vertical delta.
Language
- Swift
- Objective-C
SDK
- macOS 10.7+
Declaration
var scrollingDeltaY: CGFloat { get }
Discussion
This is the preferred property for accessing NSScroll delta values. When has is false, multiply the value returned by this method by the line or row height. Otherwise scroll by the returned amount.