Setup MouseSpeed / setActionSpeed / n00b

we use the first person perspective for our game. now some friends say to us, that they have a problem with the mouse-look speed. we want to solve this via a optionsdialog. at first we search for a method to change the mousespeed and we found:



firstPersonHandler.setActionSpeed( )



and we test:



firstPersonHandler.setActionSpeed(0.1f);

firstPersonHandler.setActionSpeed(1f);

firstPersonHandler.setActionSpeed(10f);

firstPersonHandler.setActionSpeed(100f);



but non of these affects the mouse look speed… something wrong ? wrong method ? bad microsoft mouse ? wrong os (= ?



plz help

does firstPersonHandler.getMouseLookHandler().setActionSpeed() do the trick?

hevee said:

does firstPersonHandler.getMouseLookHandler().setActionSpeed() do the trick?


heeve you are my hero ! It works