Groups
Groups
Sign in
Groups
Groups
LimeJS HTML5 Game Framework
Conversations
About
Send feedback
Help
Keyboard Events in limeJS
30 views
Skip to first unread message
harish tangella
unread,
May 14, 2015, 6:17:42 AM
5/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lim...@googlegroups.com
Hi all,
Iam unable to read keycodes in limejs. alerting the keycode gives "undefined"
goog.events.listen(object,goog.events.EventType.KEYUP,function(e){
alert(e.keyCode);
})
Vladyslav Kulyk
unread,
May 16, 2015, 4:48:07 AM
5/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lim...@googlegroups.com
Hi,
goog.events.listen(
window
, [goog.events.EventType.KEYDOWN], KeyDown);
KickAndGoal.game.KeyDownDebug = function (e) {
// a
if (e.keyCode == 65){
}
};
Reply all
Reply to author
Forward
0 new messages