Click or drag to resize
Ab4d.SharpEngine logo

PointerWheelHitEventArgs Class

Provides data for pointer or mouse wheel events on 3D objects. To prevent creating many new objects, the same instance of MouseWheelHitEventArgs can be shared between different events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab4d.SharpEngine.CommonPointerStateEventArgs
      Ab4d.SharpEngine.CommonEventSourceEventArgs
        Ab4d.SharpEngine.CommonEventSourceHitEventArgs
          Ab4d.SharpEngine.CommonPointerWheelHitEventArgs

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public class PointerWheelHitEventArgs : EventSourceHitEventArgs

The PointerWheelHitEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPointerWheelHitEventArgs Constructor
Top
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.PointerWheelHitEventArgs"]

See Also