gpt4 book ai didi

ios - Cocos2d 和 ios5 : ccTouchesBegan

转载 作者:行者123 更新时间:2023-11-29 11:18:05 25 4
gpt4 key购买 nike

我的问题是,在它完美运行之前我一直在使用这种方法,今天我试图在另一个项目中使用它。这是代码

- (void) ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch* touch = [touches anyObject];
CGPoint touchPos = [[CCDirector sharedDirector] convertToGL:[touch locationInView:[touch view]]];
CCLOG(@"( %d , %d )",touchPos.x,touchPos.y);
}

我得到的是奇怪的输出,输出总是与此类似(0、1081286656)

如果有人能帮助我,我会很高兴

最好的问候艾哈迈德

最佳答案

您得到奇怪输出的原因是您使用了错误的 string format specifiers . CGPointxy 字段是CGFloat。您需要使用 %f 而不是 %d(用于整数)。

关于ios - Cocos2d 和 ios5 : ccTouchesBegan,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8539620/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com