I just don\'t get it. I use cocos2d for development of a small game on the iPhone/Pod. The framework is just great, but I fail at touch detection. I read that you just need to o
maw, the CGPoint struct members x,y are floats. use @"%f" to format floats for printf/NSLog.