Mouse event trouble

Hi



Im trying to hide the mouse when its being dragged around in mouselook



so i made a new class that extends MouseInputAction and in the performAction(InputActionEvent evt)

i check if the corrects button is held down if it is hide the mouse and store the current location so that when you release the mouse i have a position to put the mouse again.



I add the mouseHide action to  the standard firstPersonHandler.



However  evt.getTriggerPressed is allways false  and evt.getTriggerIndex is allways 0



I have a workaround but i still wonder why the event is missing that data.





(jme1.x cvs)

Hellmaster