--- a/front_processing/src/Trakers_gestures/Trakers_gestures.pde Fri Jul 20 11:46:38 2012 +0200
+++ b/front_processing/src/Trakers_gestures/Trakers_gestures.pde Mon Jul 23 10:52:41 2012 +0200
@@ -39,8 +39,8 @@
void showMask()
{
background(0);
- fill(255);
- rect(0, 80, width, height-130);
+/* fill(255);
+ rect(0, 80, width, height-130);*/
}
/*FONCTION D'AFFICHAGE DU CODE DE LA GESTURE DETECTEE
@@ -48,6 +48,7 @@
Sortie : Affichage du code de la gesture*/
void showGestureMessage(TuioString tstr)
{
- text("Gesture détectée : " + tstr.getMessage(), width/2 - 20, 20);
+ textSize(32);
+ text("Gesture détectée : " + tstr.getMessage(), width/2, height/2);
}