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

Implement clickdown and clickup to function correctly #215

Closed RikoOphorst closed 10 years ago

RikoOphorst commented 10 years ago

Update the clickable component so that it is able to handle both pointerDown and pointerUp

pixelscripter commented 10 years ago

Can you make it so that the onPointerDown still calls the onClick function, so it's backwards compatible. Thanks!