mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3474 from xbruce/develop
closed #2746: cc.registerTargettedDelegate doesn't support pure js object as its target.
This commit is contained in:
commit
3959cb0d3c
|
@ -1 +1 @@
|
||||||
1a67569d3ade0153cccbfa71ca5ac5355d03fbd4
|
966bc5a37a3c925e207d93e66c4913f05ba3bbb7
|
|
@ -214,6 +214,7 @@ private:
|
||||||
typedef std::map<JSObject*, JSTouchDelegate*> TouchDelegateMap;
|
typedef std::map<JSObject*, JSTouchDelegate*> TouchDelegateMap;
|
||||||
typedef std::pair<JSObject*, JSTouchDelegate*> TouchDelegatePair;
|
typedef std::pair<JSObject*, JSTouchDelegate*> TouchDelegatePair;
|
||||||
static TouchDelegateMap sTouchDelegateMap;
|
static TouchDelegateMap sTouchDelegateMap;
|
||||||
|
bool _needUnroot;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue