Mercurial > hg > tweakathon2ios
diff IntroViewController.mm @ 28:953db6518738
leap version more or less there, needs btter results feedback but thats detail.
"no movement" bit is stupid cos peopel can move their hand.
light flash not work.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 30 Oct 2014 18:35:00 +0000 |
parents | 27cdf475aa4b |
children | 75202498bee9 |
line wrap: on
line diff
--- a/IntroViewController.mm Wed Oct 29 15:38:38 2014 +0000 +++ b/IntroViewController.mm Thu Oct 30 18:35:00 2014 +0000 @@ -53,9 +53,11 @@ ((testApp *)self.theOFAppRef)->introHidden(1); } - (IBAction)enterTrainMode:(id)sender { + ((testApp *)self.theOFAppRef)->interfaceSelected(self.interfaceSelection); ((testApp *)self.theOFAppRef)->introHidden(2); } - (IBAction)enterSearchMode:(id)sender { + ((testApp *)self.theOFAppRef)->interfaceSelected(self.interfaceSelection); ((testApp *)self.theOFAppRef)->introHidden(3); }