Parsing a key out of a key code common-lisp ccl

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-06-09T23:00:57Z Indexed on 2010/06/10 3:33 UTC
Read the original article Hit count: 239

Filed under:

I am getting key events that contain asci key codes and I was wondering if there was any easy way to convert these to the actual key or character in common lisp. I am using the ccl implementation which does not include int-char (which may or may not have worked for this task).

© Stack Overflow or respective owner

Related posts about common-lisp