Class LongTapGesture
- Namespace
- Lime
- Assembly
- Lime.dll
public class LongTapGesture : TapGesture
- Inheritance
-
LongTapGesture
- Inherited Members
Constructors
LongTapGesture(float)
public LongTapGesture(float tapDuration)
Parameters
tapDuration
float
LongTapGesture(float, Action)
public LongTapGesture(float tapDuration, Action onRecognized)
Parameters
LongTapGesture(float, int)
public LongTapGesture(float tapDuration, int buttonIndex)
Parameters
LongTapGesture(float, int, Action)
public LongTapGesture(float tapDuration, int buttonIndex, Action onRecognized)