| changeset 41 | d2f735d7763f |
| parent 27 | 6c08d4d7219e |
--- a/front_processing/src/Interaction_examples/Hand_press/Hand_press.pde Thu Jun 21 17:51:27 2012 +0200 +++ b/front_processing/src/Interaction_examples/Hand_press/Hand_press.pde Fri Jun 29 15:37:26 2012 +0200 @@ -11,7 +11,7 @@ import TUIO.*; TuioProcessing tuioClient; -int port = 80; +int port = 8080; //Taille de la fenĂȘtre int WIDTH = 640, HEIGHT = 480; float minDistHands = 1, maxDistHands = 1.5;