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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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