parkm / oldbpm

A JavaScript game where you shoot at bubbles.
0 stars 1 forks source link

UI Mouse Input Continues in Scroll Fields #59

Closed parkm closed 9 years ago

parkm commented 9 years ago

If you have a small scroll field filled with buttons the buttons which are hidden by the scroll field can still be used. A way to prevent this would be to only allow input from scroll field children if the mouse is within the scroll field boundaries.