From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!ucsd!ucbvax!SPIKE.llnl.gov!KETTERING From: KETTERING@SPIKE.llnl.gov (Brett 'Volleyball is my game' Kettering) Newsgroups: comp.lang.ada Subject: Getting single keystrokes . . . Message-ID: <2F612FF6A78F80057D@icdc.llnl.gov> Date: 21 Sep 90 14:50:00 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: In response to message <39@screamer.csee.usf.edu> from Greg Stelmack >Is there any way in Ada to read single keystrokes from the keyboard? Not the >GET from TEXT_IO which requires a carriage return before sending the data, but >as soon as a key is pressed have it sent? If your operating system is VMS you want to use the QIO or QIOW system services. I am sure that other operating systems offer similar services. Brett M. Kettering LLNL KETTERING@SPIKE.llnl.gov