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-03-03 08:36:17 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.ray.com.POSTED!53ab2750!not-for-mail Message-ID: <404605B6.588668AF@me.org> From: Me Reply-To: me@me.org X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; 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> <403BF0A5.5676A1E5@mchsi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 03 Mar 2004 10:20:06 -0600 NNTP-Posting-Host: 199.46.172.133 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.ray.com 1078330767 199.46.172.133 (Wed, 03 Mar 2004 10:19:27 CST) NNTP-Posting-Date: Wed, 03 Mar 2004 10:19:27 CST Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:6031 Date: 2004-03-03T10:20:06-06:00 List-Id: Thanks. "Chad R. Meiners" wrote: > 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."