mirror of https://github.com/axmolengine/axmol.git
Merge branch 'iss2087-new-event-dispatcher' of z:/Project/cocos2d-x into iss2087-new-event-dispatcher
This commit is contained in:
commit
f78634617c
|
@ -33,7 +33,7 @@ InputDelegate::InputDelegate(void)
|
|||
, _accelerometerListener(nullptr)
|
||||
, _keypadEnabled(false)
|
||||
, _keyboardListener(nullptr)
|
||||
, _touchPriority(0)
|
||||
, _touchPriority(-1)
|
||||
, _touchMode(Touch::DispatchMode::ALL_AT_ONCE)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue