cocos2d-x  3.2alpha0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ccUtils.h File Reference

Misc free functions. More...

#include "base/ccMacros.h"

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::utils
 

Functions

int  (int value)
 returns the Next Power of Two value. More...
 
void  (const std::function< void(bool, const std::string &)> &afterCaptured, const std::string &filename)
 Capture the entire screen To ensure the snapshot is applied after everything is updated and rendered in the current frame, we need to wrap the operation with a custom command which is then inserted into the tail of the render queue. More...
 

Detailed Description

Misc free functions.