Class Gesture
- Namespace
- Lime
- Assembly
- Lime.dll
public abstract class Gesture
- Inheritance
-
Gesture
- Derived
- Inherited Members
Properties
Input
protected WindowInput Input { get; }
Property Value
Owner
public Node Owner { get; }
Property Value
Methods
OnCancel(Gesture)
protected virtual void OnCancel(Gesture sender)
Parameters
sender
Gesture
OnUpdate()
protected abstract bool OnUpdate()