We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Refactor #5055: Cleanup UI framework code
Use c++11 best practice and unify some apis in UI module
Refactor #5055: Cleanup UI framework code
Use c++11 best practice and unify some apis in UI module
Refactor #5057 [Closed]
owen 2014-05-08 08:51
. Updated about 9 years ago
- replace enum with enum class
- use std::function<> instead of member function pointer
- unify some APIs. such as setText vs getStringValue.
- Subject changed from Use c++11 best practice and unify some apis to Use c++11 best practice and unify some apis in UI module