org.jmol.multitouch
Interface JmolMultiTouchClient

All Known Implementing Classes:
ActionManagerMT

public interface JmolMultiTouchClient


Method Summary
 java.util.List<com.sparshui.gestures.GestureType> getAllowedGestures(int groupID)
           
 int getGroupID(int x, int y)
           
 void processEvent(int groupID, int eventType, int touchID, int iData, javax.vecmath.Point3f pt, long time)
           
 

Method Detail

getGroupID

int getGroupID(int x,
               int y)

getAllowedGestures

java.util.List<com.sparshui.gestures.GestureType> getAllowedGestures(int groupID)

processEvent

void processEvent(int groupID,
                  int eventType,
                  int touchID,
                  int iData,
                  javax.vecmath.Point3f pt,
                  long time)