CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    27

    Getting input from a game controller

    I'm trying to write an application/driver that will be able to take in input from a game controller plugged into the USB port on my PC.

    Does anyone know how i can do this?
    I have no idea even where to begin with something like this.

    If anyone has any sample code or can give me any suggestions, it would be greatly appreciated.

    Thanks

  2. #2
    Join Date
    May 2002
    Location
    Somewhere over the rainbow
    Posts
    423
    search for directx input help/examples.
    most games will use directx services for sound/controllers/gfx..etc
    Bengi

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