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-Thread: 103376,712b9f1b40092306 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Wed, 30 Mar 2005 19:50:37 -0600 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <2005032513220775249%david@bottoncom> Subject: Re: Graphical output on Windows XP Date: Wed, 30 Mar 2005 19:52:59 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-o0JmVgfZUpQxR+c8pyDceqYlFxrGJD7OY12QGeoNpV2UwpRjSrJvNkGx8CzEwEHWZwV/VxCZ9AGFY9o!dTAvS08TQ+EVuHnN815RjOmEWX9lGwJVhGQuGWlHy3k7B+azl1Uj0aCbBg8VFsqUSpJM/S00Mwdu X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.31 Xref: g2news1.google.com comp.lang.ada:10170 Date: 2005-03-30T19:52:59-06:00 List-Id: It's certainly possible in Claw (see http://www.rrsoftware.com), so I'd expect it to be available in GWindows as well. But you have to handle messages ("actions" in Claw) in order to respond to the keyboard. There's no easy function like "Get_from_Keyboard" in Windows GUI. Randy. "Duke Luke" wrote in message news:e499e546.0503300221.154896f1@posting.google.com... > Hello, > > now i have another problem: > > i made really nice things with this gnavi-package, but i'm > not able to get messages from the keyboard (i.e i want to program a > little tetris game. everything is already working, but i cannot get > the player's commands from the keyboard while the graphic-window is > active) > > does anyone have suggestions? > is it possible to do this with the gwindows and gnavi packages or do i have to > use other packages? > > thanks in advance! > > greetings, > Lukas Koenig