CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Posts
    1

    joystick x and y position

    How do I find out the joystick x and y position? I searched and searched and didn't find anything usefull. Any information, websites, books would be helpfull. Thanks.

  2. #2
    Join Date
    Mar 2002
    Location
    AhuhA
    Posts
    204

    Smile

    Why not try to do a search for JOYINFO on the web or msnd online ? I donot know much about this but I think there are alot of such a stuff out there for you to take a look at !

    Good luck!

  3. #3
    Join Date
    Aug 2002
    Location
    VA, USA
    Posts
    137
    MS DirectInput API (part of the DirectX SDK) can do all kinds
    of things with joysticks.

    regards, willchop

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured