MouseWheelEventArgs

The argument to the mouse wheel event

class MouseWheelEventArgs : EventArgs {}

Constructors

this
this(MouseWheel m)
Undocumented in source.

Members

Variables

wheel
const(MouseWheel) wheel;

The mouse wheel data for the event

Meta