How to get Productname TDxInput.dll?

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

Moderator: Moderators

Post Reply
ender
Posts: 3
Joined: Mon Mar 02, 2009 8:23 am

How to get Productname TDxInput.dll?

Post by ender »

Hi,

I wanna get the Productname (like: "SpaceNavigator") and not Producttype (int) from TDxInput.dll

Actually have a solution that i check the name from old library-header like:

Code: Select all

 
MySpaceBallDeviceTypes 
    << "All Types"
    << "Unknown Device"
    << "Spaceball 2003"
    << "Spaceball 3003"
    << "Spaceball Controller"
    << "Avenger"
    << "Spaceorb 360"
    << "Navigator"
    << "Spaceball 2003A"
...
but that means i have to renew my source if there is new products of 3dconnexion available.

Is there a Function of TDxInput like "getName()"?

thanks
Ender
jwick
Moderator
Moderator
Posts: 3340
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Hello,

There is no getname in the 3DxInput API. There is one in the older Win32 API. See viewtopic.php?t=2737

Jim
3Dx Software Development
Post Reply