Hi. I'm using Irrlicht for a game, and want to use OIS for joystick support. (SDL is out of the question, since it interferes with OpenAL if OpenAL is using SDL for sound. Long story.) Anyway, I am using Irrlicht for keyboard input (no mouse,) and want to keep using that, having OIS generate joystick events which are translated to Irrlicht events and forwarded to the Irrlicht event handler.
Anyway, I'm stuck at the very beginning. OIS::InputManager::createInputSystem() wants an OIS::ParamList or window handle of some sort. However, it crashes on an empty ParamList, and I have no handle to feed it, since I am on Linux. Everything else aside, is it possible to createInputSystem() without a window handle, and just have joystick support?
Thanks.
~ C.