endemic / arcadia

Minimal <canvas> game framework
MIT License
1 stars 0 forks source link

Propagate touch/mouse events down to objects #11

Closed endemic closed 8 years ago

endemic commented 8 years ago

Instead of attaching/destroying additional event listeners for buttons. Another benefit of this is that individual Shapes, etc. can respond to mouse/touch if they want to.