fixed #1825: Fixing compilation errors for CCEditBox of win32 port.

This commit is contained in:
James Chen 2013-03-14 14:39:59 +08:00
parent edc02b5777
commit 0a0796b572
2 changed files with 6 additions and 1 deletions

View File

@ -269,6 +269,11 @@ void CCEditBoxImplWin::closeKeyboard()
}
void CCEditBoxImplWin::onEnter(void)
{
}
NS_CC_EXT_END
#endif /* (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) */

View File

@ -66,7 +66,7 @@ public:
virtual void doAnimationWhenKeyboardMove(float duration, float distance);
virtual void openKeyboard();
virtual void closeKeyboard();
virtual void onEnter(void);
private:
CCLabelTTF* m_pLabel;