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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e759c9142eba3ec1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-24 16:44:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn51feed!worldnet.att.net!attbi_s04.POSTED!not-for-mail Message-ID: <403BF0A5.5676A1E5@mchsi.com> From: Bruce or Tracy Jacobs Reply-To: bruce.tracy@the-jacobs.org X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Keyboard Polling Solution References: <4033DB01.2CE34E32@me.org> <4034A229.8080403@noplace.com> <40354027.C7D28149@mchsi.com> <4035FA69.1060301@noplace.com> <40391F75.460CFD34@mchsi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 12.218.74.234 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s04 1077669874 12.218.74.234 (Wed, 25 Feb 2004 00:44:34 GMT) NNTP-Posting-Date: Wed, 25 Feb 2004 00:44:34 GMT Organization: MediaCom High Speed Internet Date: Wed, 25 Feb 2004 00:44:34 GMT Xref: archiver1.google.com comp.lang.ada:5779 Date: 2004-02-25T00:44:34+00:00 List-Id: I am using GLUT (Ada - to - OpenGL) Interface. Not sure whether it has such or not. I think that version of Get_Immediate will get the job done. The test case worked so well that I am anxious to get it implemented into the package and see what happens. Thanks. Bruce Preben Randhol wrote: > > On 2004-02-22, Bruce or Tracy Jacobs wrote: > > I am playing with an Ada OpenGL graphics program that allows the user to > > manipulate output graphics (zoom in, out, move around, etc) but I > > didn't want the entire program to stop and wait for input because it > > needs to stay busy doing things. > > Don't the GUI have rutines for getting the keys you press? I don't know > what you use though. > > -- > "Saving keystrokes is the job of the text editor, not the programming > language."