Mouse dont moves

Why my mouse dont moves around the screen???




public void initCursor(){
      

Hi Irrisor



I

Besides the call

mouse.setMouseInput(InputSystem.getMouseInput());

this works fine with the current CVS version of jME. I removed that call and tested it.

Which jME version do you use?

Should work in .9, too. Do you call input.update (or do not prevent SimpleGame from doing so)?

I

I did it. The only thing I had to do was to create a new instance of InputSystem…



Thx Irrisor! XD

Hmm, good you found a workaround for .9  :slight_smile: - you will not need it in the current version or in .10, when it's released.