Skip to content

Instantly share code, notes, and snippets.

@raid5
Forked from anonymous/Wha?
Created December 14, 2012 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raid5/4287477 to your computer and use it in GitHub Desktop.
Save raid5/4287477 to your computer and use it in GitHub Desktop.
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
for (UITouch* t in touches)
{
[self updateGameStatusWithPoint:[t locationInView:self]];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment