Detect touch point on circle , Cocos2d
问题 I have created a circle with draw function in cocos2d, I am trying to detect touch point on circle line, lets say user touches bottom of the circle I want to print 270, if user touches top of the circle I want to print 90 etc.... I have looked this questions but they detect a sprite first then just compare if touches inside or outside of the circle http://www.cocos2d-iphone.org/forum/topic/21629 how to detect touch in a circle - (void) draw { CGSize winSize = [[CCDirector sharedDirector]