196
Old Bugs (1.x/2.x) / Re: Display/Stage loses focus after touching iAds [b46]
« on: September 28, 2011, 10:03:17 am »
When touching the iAd, the print command stops working and doesn't print any x/y touch coordinates to the console anymore.
Code: [Select]
-(void)update
{
for (SPTouch* touchPoint in [Game game].startTouches)
{
NSLog(@"%@", [NSNumber numberWithFloat:[self getTouchX]]);
NSLog(@"%@", [NSNumber numberWithFloat:[self getTouchY]]);
}
}