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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
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
See Also