front_processing/src/Interaction_examples/Hands_1D/Hands_1D.pde
changeset 41 d2f735d7763f
parent 27 6c08d4d7219e
equal deleted inserted replaced
40:0f31ebcc62b7 41:d2f735d7763f
     9 
     9 
    10 /*Exemple tiré de processing.org*/
    10 /*Exemple tiré de processing.org*/
    11 
    11 
    12 import TUIO.*;
    12 import TUIO.*;
    13 TuioProcessing tuioClient;
    13 TuioProcessing tuioClient;
    14 int port = 80;
    14 int port = 8080;
    15 //Taille de la fenêtre
    15 //Taille de la fenêtre
    16 int WIDTH = 640, HEIGHT = 480;
    16 int WIDTH = 640, HEIGHT = 480;
    17 
    17 
    18 int gx = 15;
    18 int gx = 15;
    19 int gy = 35;
    19 int gy = 35;