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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e69fe82e62bfec92,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-09 19:09:22 PST Path: bga.com!news.sprintlink.net!cs.utexas.edu!convex!news.duke.edu!news.mathworks.com!newshost.marcam.com!charnel.ecst.csuchico.edu!waldorf.csc.calpoly.edu!galaxy.csc.calpoly.edu!not-for-mail From: mlow@galaxy.csc.calpoly.edu (Matthew S Low) Newsgroups: comp.lang.ada Subject: keyboard polling in ADA Date: 8 Mar 1995 18:13:55 -0800 Organization: Cal Poly, State University Message-ID: <3jlo93$4pv@galaxy.csc.calpoly.edu> NNTP-Posting-Host: galaxy.csc.calpoly.edu NNTP-Posting-User: mlow Date: 1995-03-08T18:13:55-08:00 List-Id: Our software engineering class is attempting to write an ADA program that requires keyboard polling. In other words, we want to enter a loop and continue that loop until the user presses any key on the keyboard. This sounds like a fairly easy process to implement, but a very difficult one to find info on. Any info or hints on how to achieve keyboard polling using ADA would be greatly appreciated. Thanks. Matt Low (mlow@galaxy.calpoly.edu)