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

Pointerdown counts as hover #248

Open HernanZh opened 10 years ago

HernanZh commented 10 years ago

When doing a pointerDown (e.g. touches) the pointer is considered at the position of the pointerDown, but this does not trigger a pointerMove. Hoverable also needs check hovering on pointerDown.