I am a beginner in limeJS i want to know how to handle keyboard events in a game using limejs for html5.If one have a source link for it please help me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Robert Harvey♦ Sep 30 '12 at 3:23
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
the guides look pretty obscure, but i would recomend that you use a seperate library like Keyboard js. It's a really good library for keyboard events and it would be the easiest option. http://robertwhurst.github.com/KeyboardJS/ a demo would be:
and this for multiple keys:
|
|||
|
|
|
Since Lime is built on Closure, you can just use its native event library. For example:
|
|||
|
|

