Package com.sparshui

Class GestureType

java.lang.Object
com.sparshui.GestureType

public class GestureType extends Object
This class is a place for the enum GestureType to stand. If you modify this class, you must also modify the corresponding enum in GestureType.h in the C++ Gesture Server. ALWAYS assign this enum value to a 4-byte network-ordered integer before attempting to transmit this value over the network. Adapted by Bob Hanson as an implementable class
Author:
Jay Roltgen