fwenzel / serpent

An Open Web app version of the classic game "snake".
http://fwenzel.github.com/serpent
14 stars 2 forks source link

Touch events #19

Closed tofumatt closed 11 years ago

tofumatt commented 11 years ago

Add support for touch events and improve webkit experience.

fwenzel commented 11 years ago

r+wc! Thanks a lot!

fwenzel commented 11 years ago

Quick question: Will a touch event that also turns out to be a click also trigger a click event? Or does e.preventDefault() take care of that?

tofumatt commented 11 years ago

e.preventDefault() takes care of it -- there aren't two events fired (actually, not sure if click is fired or not, but the event handler certainly isn't run).

tofumatt commented 11 years ago

Merged in a1014873d3b69ed999adda1ec9fe0cbf1f038138