Beispiel #1
0
 public static void main(String[] args) {
   m = new Main();
   m.startListen("RaiseHand", true);
 }
Beispiel #2
0
 @Override
 public void HandMove(Point3D position, int HandId) {
   System.out.println(m.getTracker(position).getX());
 }