mirror of https://github.com/axmolengine/axmol.git
83b43ab93e
Handy macros for callbacks. Instead of: std::bind(func_ptr, instnace, std::placeholder::_1) you use: CALLBACK_1(func_ptr, instance) And also removes more warnings from the tests |
||
---|---|---|
.. | ||
EditBoxTest.cpp | ||
EditBoxTest.h |