3391
Web Programming and Design / Re: jBasic
« on: May 04, 2010, 05:22:44 pm »
yeah..well I got multiple keypresses working, but now I can't support the way I had it before, so:
http://www.webonweboff.com/tips/js/event_key_codes.aspx keycodes are here, and the new format for getKey() is:
getKey(e)
returns true if the key is pressed and false if it is not
e = the keycode you are checking for
http://www.webonweboff.com/tips/js/event_key_codes.aspx keycodes are here, and the new format for getKey() is:
getKey(e)
returns true if the key is pressed and false if it is not
e = the keycode you are checking for