Enum TouchGesture
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
public enum TouchGesture : uint
Fields
Begin = 1DoubleTap = 12Down = 9DownLeft = 8DownRight = 10End = 2Left = 7NoGesture = 0Pan = 115Right = 3Rollover = 118Rotate = 116Tap = 11TwoFingerTap = 117Up = 5UpLeft = 6UpRight = 4UserDefined = 200Zoom = 114