Table of Contents

Class Gesture

Namespace
Lime
Assembly
Lime.dll
public abstract class Gesture
Inheritance
Gesture
Derived
Inherited Members

Properties

Input

protected WindowInput Input { get; }

Property Value

WindowInput

Owner

public Node Owner { get; }

Property Value

Node

Methods

OnCancel(Gesture)

protected virtual void OnCancel(Gesture sender)

Parameters

sender Gesture

OnUpdate()

protected abstract bool OnUpdate()

Returns

bool