Mouse input with OIS not working

skullmunky

14-10-2008 18:39:44

I've installed python-ogre using the linux build v2 instructions on the wiki, and everything works - except the mouse! In the demos (Demo_Grass.py for example) you should be able to look around by moving the mouse, but it's not doing anything. The keyboard still works (I can move forward and backward with the arrow keys, like normal) but no mouse.

the CEGUI demos are 100% fine, though.

EDIT: Resolved, more or less.

well, strangely enough, I tried some of my own existing python-ogre programs, and the mouse works fine there :) the only difference is they don't use sf_OIS, so maybe there's something wacky with my particular copy of that framework, or something.