Struct ScrollWheelEventRef
Represents a platform-level input event generated by a scroll wheel or trackpad gesture, indicating a change in scroll position.
public ref struct ScrollWheelEventRef
- Inherited Members
Remarks
This event is dispatched by the Actual
window and forwarded
to the Abstract
layer for routing through the view hierarchy.
It may be used to scroll content, zoom views, or trigger kinetic effects,
depending on platform and modifier keys.
Fields
Delta
The scroll delta, typically measured in logical units per axis. Positive Y values usually indicate upward scrolling.
public Vector Delta