摘要:
在cocos2dx 3.0版本中,废弃了以往2.x版本的写法,我们先来看一下Layer.h中的一段代码/* Callback function should not be deprecated, it will generate lots of warnings. Since 'setTouchEn... 阅读全文
posted @ 2014-07-15 11:39
the seal
阅读(260)评论(0)推荐(0)
编辑
摘要:
// Pass the touches to the superview#pragma mark EAGLView - Touch Delegate- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ if (isKey... 阅读全文
posted @ 2014-06-10 16:23
the seal
阅读(211)评论(0)推荐(0)
编辑
摘要:
staticvoid TEACore(unsignedint in[2], unsignedint out[2], unsignedint key[4], long rounds){unsigned int y = in[0], z = in[1];unsigned int limit = 0, s... 阅读全文
posted @ 2014-06-07 14:02
the seal
阅读(318)评论(0)推荐(0)
编辑