motion/joybox-ios/common/ui_touch.rb in joybox-1.0.0 vs motion/joybox-ios/common/ui_touch.rb in joybox-1.1.0

- old
+ new

@@ -1,15 +1,13 @@ class UITouch # We need a method instead of the alias method because of # the 'Type `{CGPoint=ff}@:@' not precompiled' error def location_in_view(view) - locationInView(view) end def location - Joybox.director.convertTouchToGL(self) end end \ No newline at end of file