Can i use more than One 3D mouse?

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
wahab_kool
Posts: 2
Joined: Mon Apr 13, 2009 9:43 am
Contact:

Can i use more than One 3D mouse?

Post by wahab_kool »

Hi All,
I am presently programming my application using MFC 32bit, obviously old SDK..
My question is can i use two 3D mouse in my application.. does SDK support it?? :roll:
jwick
Moderator
Moderator
Posts: 3341
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Not with the SDK that you have. The next version of the SDK supports it. It will be a little while before that comes out. It requires a new driver.

Your best choice now is to use one of the MS SDKs. DirectInput, RawInput and the HID API all support multiple devices with various levels of effort. RawInput is probably the easiest to port to. We have posted samples on our ftp site.
Post Reply