cocos2dx中获得毫秒值

  1. long millisecondNow()
  2. {
  3. struct cc_timeval now;
  4. CCTime::gettimeofdayCocos2d(&now, NULL);
  5. return (now.tv_sec * 1000 + now.tv_usec / 1000);
  6. }
发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>