The scroll wheel’s vertical delta.
SDK
- macOS 10.7+
Framework
- App
Kit
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.