I would like to write a simple game using the Raphael JavaScript library, but there is one question in my head.
How to handle keyboard input? I looked through the reference material and did not find any link to this. Can you just pass it the standard JavaScript keypress methods?
source
share