Search found 2 matches
- Mon Nov 16, 2009 4:37 pm
- Forum: Common Lisp
- Topic: Keyboard/Mouse user inputs
- Replies: 4
- Views: 7247
Re: Keyboard/Mouse user inputs
Thanks for the library suggestions; I'm new to programming at large, so your suggestions taught me a lot about how languages work. Lispbuilder-SDL seems good for me. There's also a newbie package http://www.weitz.de/starter-pack/ which incorporates it and is built on LispWorks - which is looking eas...
- Mon Nov 16, 2009 5:45 am
- Forum: Common Lisp
- Topic: Keyboard/Mouse user inputs
- Replies: 4
- Views: 7247
Keyboard/Mouse user inputs
I've programmed in AutoLisp, where obtaining exact information about the end-user's mouse movements/clicks and keyboard entries was easily accomplished. I've just begun studying Common Lisp with LispBox (Allegro, Emacs, Slime), and I'm not finding any corresponding user input collection means. Does ...