
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
"Maciej Szczud³o" <[EMAIL PROTECTED]> schrieb:
>Do you know how to check if cursor key is pressed and which one? I ' ve been
>trying to use grread, but I failed.
Why this? GRREAD works fine. Try this:
(while (not (equal '(2 120) (setq $$GR (grread T)))) (print $$GR))
Pressing "x" will stop the loop, since 120 is ASCII of "x".
Tom Berger
--
ArchTools: Architektur-Werkzeuge für AutoCAD (TM)
ArchDIM - architekturgerechte Bemaßung und Höhenkoten
ArchAREA - Flächenermittlung und Raumbuch nach DIN 277
Info und Demo unter http://www.archtools.de
| <-- __Chronological__ --> | <-- __Thread__ --> |