front_processing/src/Trakers_gestures/TuioFunctions.pde
changeset 51 03ea3d7ddbe1
parent 10 925b7ee746e3
--- a/front_processing/src/Trakers_gestures/TuioFunctions.pde	Fri Jul 20 11:46:38 2012 +0200
+++ b/front_processing/src/Trakers_gestures/TuioFunctions.pde	Mon Jul 23 10:52:41 2012 +0200
@@ -8,7 +8,8 @@
     if(tuioStringList == null || tuioStringList.size() <= 0)
     {
         showMask();
-        text("Gesture non détectée.", width/2 - 20, 20);
+        textSize(32);
+        text("Gesture non détectée.", width/2, height/2);
     }
     else
     {