diff testApp.mm @ 33:92dba082d957

Added trail and EVALUATION_POINT event type.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 26 Mar 2013 18:41:42 +0000
parents ab7c86d0f3d8
children 790939017078
line wrap: on
line diff
--- a/testApp.mm	Fri Mar 08 14:54:55 2013 +0000
+++ b/testApp.mm	Tue Mar 26 18:41:42 2013 +0000
@@ -131,9 +131,7 @@
     randomise(); // everyone starts from random position
     
     ofxiPhoneExternalDisplay::mirrorOn();
-    
-    double timemsd = [NSDate timeIntervalSinceReferenceDate];
-    cout << "TIME: " << timemsd << '\n';
+
     
 }
 
@@ -235,6 +233,13 @@
 
 }
 //--------------------------------------------------------------
+// shortcut function for testing
+void testApp::justStart(){
+    interfaceSelected(BOTH);
+    [bottomTabViewController show:(id)this withSelection:1];
+    
+}
+//--------------------------------------------------------------
 void testApp::showIntro(){
 
     cout << "SHOW INTRO\n";
@@ -512,10 +517,12 @@
             break;
         case ZOOMER:
             theGridView.draw();
+
             break;
         case BOTH:
+            
+            theGridView.draw();
 
-            theGridView.draw();
             break;
         case INTRO:
             break;