add miss api

This commit is contained in:
Dhilan007 2013-11-20 10:40:43 +08:00
parent 0646e59bf3
commit bd3789e0b5
1 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,12 @@ int Layer::executeScriptTouchesHandler(EventTouch::EventCode eventType, const st
#pragma warning (disable: 4996)
#endif
/// isTouchEnabled getter
bool Layer::isTouchEnabled() const
{
return _touchEnabled;
}
/// isTouchEnabled setter
void Layer::setTouchEnabled(bool enabled)
{