Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
225 stars 126 forks source link

Touch lock for selected nodes #436

Closed totallyeviljake closed 10 years ago

totallyeviljake commented 10 years ago

When a touch is consumed by a node, that node should lock future touch events on that touch, such as touch moved and touch ended. This will allow menu items to work properly when the touch moves out of the bounding box of the node.

totallyeviljake commented 10 years ago

fixed with issue #435