Click or drag to resize
Ab4d.SharpEngine logo

PointerWheelHitEventArgs Properties

The PointerWheelHitEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyIsHorizontalWheel False when vertical wheel is changed, true if horizontal wheel is changed.
Public propertyWheelDelta The amount the wheel has changed. This value is positive if the mouse wheel is rotated in an upward direction (away from the user) or negative if the mouse wheel is rotated in a downward direction (toward the user).
Top
See Also