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,FREEMAIL_FROM autolearn=ham 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 18:10:08 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Keyboard Polling Solution Date: Tue, 24 Feb 2004 21:05:45 -0500 Organization: Michigan State University Message-ID: References: <4033DB01.2CE34E32@me.org> <4034A229.8080403@noplace.com> <40354027.C7D28149@mchsi.com> <4035FA69.1060301@noplace.com> <40391F75.460CFD34@mchsi.com> <403BF0A5.5676A1E5@mchsi.com> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:5782 Date: 2004-02-24T21:05:45-05:00 List-Id: For keyboard events in GLUT, GLUT provide a keyboard event function handler http://www.opengl.org/documentation/specs/glut/spec3/node49.html#SECTION00084000000000000000 -CRM "Bruce or Tracy Jacobs" wrote in message news:403BF0A5.5676A1E5@mchsi.com... > 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."