issue #2087: Setting default touch priority to -1 for CCInputDelegate

This commit is contained in:
James Chen 2013-09-19 09:24:11 +08:00
parent d7274b9475
commit c38dfb6a17
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)
{