mirror of https://github.com/axmolengine/axmol.git
issue #2087: Setting default touch priority to -1 for CCInputDelegate
This commit is contained in:
parent
d7274b9475
commit
c38dfb6a17
|
@ -33,7 +33,7 @@ InputDelegate::InputDelegate(void)
|
||||||
, _accelerometerListener(nullptr)
|
, _accelerometerListener(nullptr)
|
||||||
, _keypadEnabled(false)
|
, _keypadEnabled(false)
|
||||||
, _keyboardListener(nullptr)
|
, _keyboardListener(nullptr)
|
||||||
, _touchPriority(0)
|
, _touchPriority(-1)
|
||||||
, _touchMode(Touch::DispatchMode::ALL_AT_ONCE)
|
, _touchMode(Touch::DispatchMode::ALL_AT_ONCE)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue