Delegate MoveDelegate
Event handler for generic move listener
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void MoveDelegate(PointF move);
Parameters
Type | Name | Description |
---|---|---|
EmptyKeys.UserInterface.PointF | move | The move. |