cocos2d-x 3.1 부터 기존 핸들러가 deprecated가 됨.
엄청난 warning 발생함.
아래 정규식으로 찾아바꾸기함.
->addTouchEventListener\(this, cui::SEL_TouchEvent\(&(.*)\)\);
엄청난 warning 발생함.
아래 정규식으로 찾아바꾸기함.
->addTouchEventListener\(this, cui::SEL_TouchEvent\(&(.*)\)\);
->addTouchEventListener(std::bind(&$1, this, std::placeholders::_1, std::placeholders::_2));
'Develop' 카테고리의 다른 글
git 공간 정리 (0) | 2014.10.20 |
---|---|
git rebase 하다가 commit 날아갔을때 (0) | 2014.08.18 |
Visual Studio 바꾸기 정규식 사용 (0) | 2014.06.03 |
file copy (0) | 2014.04.10 |
[IOS] handleOpenURL & openURL (0) | 2014.02.11 |