Delegate MouseWheelDelegate
Event handler for mouse wheel listener
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void MouseWheelDelegate(int delta);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | delta | The delta. |