spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Scene graph event propagation #205

Closed HernanZh closed 10 years ago

HernanZh commented 10 years ago

Child objects will not listen to pointer down events and bounding box is incorrect Events do not propagate through the children

RikoOphorst commented 10 years ago

This is implemented. Events are being sent properly now.