Results 1 to 3 of 3

Thread: 2 player mouse/trackball game

  1. #1

    2 player mouse/trackball game

    Is it posible to control 2 mouse devices independently? I.E. a 2 player trackball game?

  2. #2

    2 player mouse/trackball game

    I couldn't say for sure. However, here's a snippet from Tricks of the Windows Game Programming Gurus (page 543 in my edition) that might set you on the way:

    A while ago, an astute reader sent me an email asking about how to detect and use more than one mouse. I hadn't really thought about it, but if the driver supports more than one mouse, you should be able to use it under DirectInput. In this case, you would have to query for the secondary mouse GUID to create it
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  3. #3

    2 player mouse/trackball game

    hmm interesting, thanks

Bookmarks

Posting Permissions

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