Added analog sticks to onscreen controls

This commit is contained in:
Diego Waxemberg
2014-12-29 00:11:14 -05:00
parent d6d30f021d
commit 2cb1acc611
11 changed files with 157 additions and 14 deletions
+2
View File
@@ -13,4 +13,6 @@
- (id) initWithView:(UIView*)view;
- (void) handleTouchDownEvent:(UIEvent*)event;
- (void) handleTouchUpEvent:(UIEvent*) event;
- (void) handleTouchMovedEvent:(UIEvent*)event;
@end