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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,45e26111d672df77 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Joystick control Date: 1999/05/06 Message-ID: <7gsrr1$gbl$1@nnrp1.deja.com>#1/1 X-Deja-AN: 474850005 References: <7gqmd1$imo$1@nnrp1.deja.com> <3731cfee.1463515@news.pacbell.net> <7gso7v$csg$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x15.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.31 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Thu May 06 19:50:59 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.51 [en] (WinNT; U) Date: 1999-05-06T00:00:00+00:00 List-Id: In article <7gso7v$csg$1@nnrp1.deja.com>, jboulais@my-dejanews.com wrote: > Yes, perhaps I should have mentioned that I am developing under Windows NT, > using the Win32api and gnat311p. Then this is a win32 question and not a GNAT question. Just find out how to do joystick control using win32 (there are a million books out there documenting this interface, including some from MS itself). Since you have the Microsoft SDK (because otherwise you can't use the Win32 bindings), the documentation can for example be found in the SDK. THen adapting this knowledge to GNAT should be trivial. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own