Delegate GestureDelegate
Event handler for touch gesture input listener
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void GestureDelegate(TouchGestures gestureType, PointF position, PointF delta);
Parameters
Type | Name | Description |
---|---|---|
EmptyKeys.UserInterface.Input.TouchGestures | gestureType | Type of gesture |
EmptyKeys.UserInterface.PointF | position | The position |
EmptyKeys.UserInterface.PointF | delta | Delta |