axmol/cocos/ui/UIEditBox
Ricardo Quesada 342d934a0e scheduler and macro fixes
* kRepeatForever -> CC_REPEAT_FOREVER
* schedule_selector -> CC_SCHEDULE_SELECTOR
* [new] Node::schedule(const std::function<>& callback, const std::string &key)

Updates all smaples
2014-10-03 09:38:36 -07:00
..
UIEditBox.cpp scheduler and macro fixes 2014-10-03 09:38:36 -07:00
UIEditBox.h fix EditBox lua compile error 2014-09-02 17:37:55 +08:00
UIEditBoxImpl-android.cpp Platform fixed 2014-09-09 16:50:02 -07:00
UIEditBoxImpl-android.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-ios.mm fix missing includes 2014-09-23 23:19:25 +04:00
UIEditBoxImpl-mac.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-mac.mm fix missing includes 2014-09-23 23:19:25 +04:00
UIEditBoxImpl-stub.cpp Platform fixed 2014-09-09 16:50:02 -07:00
UIEditBoxImpl-win32.cpp remove Win32InputBox.cpp/.h, move them to UIEditBoxImpl-win32.cpp 2014-09-24 17:47:38 +08:00
UIEditBoxImpl-win32.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-wp8.cpp compiles on wp8 2014-09-09 18:22:11 -07:00
UIEditBoxImpl-wp8.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl.h merge extension EditBox to ui module 2014-08-19 10:28:24 +08:00