jlvallelonga


Member since 2008

2 snippets

13988 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

jlvallelonga's Recent SnippetsTagged code



« Prev 1 Next »
send in an event it returns the key that you pressed if it was alphanumeric or backspace otherwise it returns "-1" use with getKeyCode and isAlphaNumeric
0 1524 posted 17 years ago by jlvallelonga
to use this function send in an ASCII character code (use my getKeyCode function) it will return true if the code corresponds to a printable character (not backspace code - 8, enter code - 13, or "undefined")
0 1514 posted 17 years ago by jlvallelonga
« Prev 1 Next »