Merge branch 'iss2087-new-event-dispatcher' of z:/Project/cocos2d-x into iss2087-new-event-dispatcher

This commit is contained in:
James Chen 2013-09-19 09:26:11 +08:00
commit f78634617c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ InputDelegate::InputDelegate(void)
, _accelerometerListener(nullptr)
, _keypadEnabled(false)
, _keyboardListener(nullptr)
, _touchPriority(0)
, _touchPriority(-1)
, _touchMode(Touch::DispatchMode::ALL_AT_ONCE)
{