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

