public final class

GestureState

extends Object
java.lang.Object
   ↳ com.neomades.gesture.GestureState

Class Overview

Enumerates the gesture states.

Summary

Fields
public static final GestureState BEGIN The current gesture has started.
public static final GestureState END The current gesture has ended.
public static final GestureState MOVE A change has happened during a pressed gesture.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final GestureState BEGIN

The current gesture has started.

public static final GestureState END

The current gesture has ended.

public static final GestureState MOVE

A change has happened during a pressed gesture.