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-Thread: 103376,4d1b41004c1d217c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: How to interface in ADA with Microsoft joystick? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <2edbcdab-8ff5-40e6-9ac0-44be6cb93621@m15g2000yqm.googlegroups.com> Date: Sun, 3 Oct 2010 17:21:44 +0200 Message-ID: <1ne6iis0we6lt.7ftiqb64g582.dlg@40tude.net> NNTP-Posting-Date: 03 Oct 2010 17:21:44 CEST NNTP-Posting-Host: 448ac5f2.newsspool3.arcor-online.net X-Trace: DXC=ll3<;iSLc=9^cW`WBF>WQ1@A\TYiM3;[6LHn;2LCV>[WBF?PWG@fY@gmS7 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:14367 Date: 2010-10-03T17:21:44+02:00 List-Id: On Sun, 3 Oct 2010 08:07:06 -0700 (PDT), tolkamp wrote: > Is it possible to interface within an ADA program with a Microsoft > Sidewinder Joystick? Yes > If yes, which code have to be added or where can I find more > information about this subject? http://msdn.microsoft.com/en-us/library/dd757121%28v=VS.85%29.aspx Ada bindings to Windows API called Win32Ada. In particular the package responsible for the multimedia API (mmsystem.dll) is Win32.MMSystem. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de