Table of Contents

Class ClickGesture

Namespace
Lime
Assembly
Lime.dll
public class ClickGesture : TapGesture
Inheritance
ClickGesture
Inherited Members

Constructors

ClickGesture()

public ClickGesture()

ClickGesture(Action)

public ClickGesture(Action onRecognized)

Parameters

onRecognized Action

ClickGesture(int)

public ClickGesture(int buttonIndex)

Parameters

buttonIndex int

ClickGesture(int, Action)

public ClickGesture(int buttonIndex, Action onRecognized)

Parameters

buttonIndex int
onRecognized Action