Help Needed

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

Moderator: Moderators

Post Reply
Wanhedaking
Posts: 2
Joined: Sat Aug 17, 2019 5:00 am

Help Needed

Post by Wanhedaking »

Hello everyone,,
I would like to use the Direct Input Example from a prompt, and only read the coordinates of two Space Mouse, without showing them in a GUI.(I only need the data for translation 、rotation and the information of the keys) .

I need of their coordinates to use in the other application. My application is that use two Space Mouse to drive two virtual hands.And the platform is visual C++ 6.0 and use MFC.

Anybody could help me or give me some advice?

Thank you so much!
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: Help Needed

Post by jwick »

The devices are readable with the standard Microsoft Direct Input API.
Microsoft has sample code to do this.
If their code is not sufficient, sign up as a developer and I can email you some sample code to get you started.
It may need modifications to work with such an old version of C++.
Wanhedaking
Posts: 2
Joined: Sat Aug 17, 2019 5:00 am

Re: Help Needed

Post by Wanhedaking »

Wanhedaking wrote: Sat Aug 17, 2019 5:02 am Hello everyone,,
I would like to use the Direct Input Example from a prompt, and only read the coordinates of two Space Mouse, without showing them in a GUI.(I only need the data for translation 、rotation and the information of the keys) .


I need of their coordinates to use in the other application. My application is that use two Space Mouse to drive two virtual hands.And the platform is visual C++ 6.0 and use MFC.

Anybody could help me or give me some advice?

Thank you so much!
my issue got solved!!
Post Reply