modified touch interface to be a little more fluid on iOS

This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-16 11:09:40 +00:00
parent 4b137e0b6b
commit 3bfb68f96c
3 changed files with 41 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
// This class wraps the CAEAGLLayer from CoreAnimation into a convenient UIView subclass.
// The view content is basically an EAGL surface you render your OpenGL scene into.
// Note that setting the view non-opaque will only work if the EAGL surface has an alpha channel.
@interface EAGLView : UIView<AdWhirlDelegate>
@interface EAGLView : UIView<AdWhirlDelegate,UIGestureRecognizerDelegate>
{
AdWhirlView *adView;
//This is a trick, AdMob uses a viewController to display its Ads, trust me, you'll need this