vote up 0 vote down star

I'd like to write a simple game using the Raphael javascript library, but one question is sticking in my mind.

How does one handle keyboard input? I've looked through the reference material and haven't found any reference to this. Can you simply pass it the standard JavaScript keypress methods?

flag

1 Answer

vote up 1 vote down check

Are you talking about Raphaël—JavaScript Library.

If yes, just check the source of the provided samples.

e.g.

IChart Sample

And you see they use normal js events (onmousemove,onmouseup,mousedown,mouseup,mouseover,...)

link|flag
ok, i had looked over the provided demos/documentation, but hadn't noticed anything about keyboard input only reason i asked :) – espais Oct 19 at 14:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.