Table of Contents

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

tapDuration float
onRecognized Action

LongTapGesture(float, int)

public LongTapGesture(float tapDuration, int buttonIndex)

Parameters

tapDuration float
buttonIndex int

LongTapGesture(float, int, Action)

public LongTapGesture(float tapDuration, int buttonIndex, Action onRecognized)

Parameters

tapDuration float
buttonIndex int
onRecognized Action