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-Thread: 103376,b498bfe9b298fbfa 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!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 24 Jan 2005 20:56:48 -0600 From: "Steve" Newsgroups: comp.lang.ada References: <3fad5c74.0501201323.4df5c9@posting.google.com> Subject: Re: Microsoft DirectInput (DirectX 9) binding? Date: Mon, 24 Jan 2005 18:58:11 -0800 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-4tuenqGxhrgmxjntU+qfk2jSmt6aQAk0dap5bx1M+8juXQDJCdtHXiLouD2VD5fSNB3IwJeEcO+VL1i!gMqP2FCfuqT9ogElYWu8c7lLrU/nhTmApmBI9s7se9C0P/bPu5kBC6+laxVY X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.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.22 Xref: g2news1.google.com comp.lang.ada:7969 Date: 2005-01-24T18:58:11-08:00 List-Id: Check http://www.adapower.com/launch.php?URL=http%3A%2F%2Fwww.gnavi.org%2Fgnatcom for gnatcom which can generate a binding for COM objects. I haven't done this with DirectX, but that is where I would suggest starting. Steve (The Duck) "Jorg van Daelen" wrote in message news:3fad5c74.0501201323.4df5c9@posting.google.com... > Hi, > I want to use the joystick interface (probably via USB) of my PC. > I managed to read the joystick positions and buttons with win32.mmsystem > but according to the MSDN it's best to use DirectInput. > E.g. force-feedback would be possible. > > So now I'm looking for a binding for Microsoft DirectInput (DirectX 9). > > Anyone? > > Jorg.