Mouse Control Outside of JME

Is there anything that can release the mouse from the JME window, guess its a LWJGL thing. Can do detection if mouse moves to edges of screen bounds … but then what ???

MouseInput.get().setCursorVisible( true );

yay thanks

Finally got around to implementing this…



Im using an Absolute Mouse that has a custom cursor image loaded, but the line MouseInput.get().setCursorVisible( true ); allows the system cursor to also be visible, is it possible to not have the system cursor shown in the jme window and still allow the user to take the cursor out of the jme window