HOW to remove MouseLookHandler in SimpleGame

Hi,

how can i remove the MouseLookHandler from a SimpleGame … in other words, I want the mouse to have no effect on the camera when moved

thanks!

( (FirstPersonHandler) input ).getMouseLookHandler().setEnabled( false );

it worked…! thanks man