Updating OIS Code

nikki

12-08-2008 17:38:18

Have you considered updating the codebase to use the latest OIS? It seems that the methods used to retrieve the number of keyboards and mice (numKeyboards() and numMice()) work for an older version. The current version of OIS has getNumberOfDevices(deviceType) instead.

But, the version of OIS in the dependencies package on the Ogre website still uses the older numKeyboards and numMice methods, so I think the best way to do this would be to use the 'OIS_VERSION' defines (OIS_MAJOR, OIS_MINOR, and OIS_PATCH).