0

In my project I'm using directinput to manage the joysticks attached to the PC and it works, but IMHO directimput is terrible to understand and manage perfectly...

Does some other library/method exist to manage the joysticks in C++ in a more pretty mode?

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
ghiboz
  • 7,863
  • 21
  • 85
  • 131

1 Answers1

1

OIS

Benjamin Lindley
  • 101,917
  • 9
  • 204
  • 274
  • @ghiboz: If you're looking for documentation, check the Ogre3D website. The libraries are independent of each other, but the projects seem to be closely related. And while the Ogre3D website has a megaton of documentation and tutorials, the OIS website has nothing. – Benjamin Lindley Nov 12 '10 at 09:35
  • 1
    thanks, but I dont understand, in the ogre there is some stuff for the ois documentation?? – ghiboz Nov 12 '10 at 10:15
  • @BenjaminLindley: It would be a good idea to add some more information to your answer. Just a link is not really an answer. – ThiefMaster Nov 18 '13 at 12:42