Two screen and mouse visibility

Hello,



I'm working with two screen. If I launch TestIsland from the jme test in windowed mode (I choose this one because mouse is not visible) and I move the window to the second screen, the game freeze until I Alt-tab to display again the mouse.



It seems that if the mouse is not visible, it's not possible to work on the second screen.



Do you have the same problem or is there something wrong in my configuration ?



Thank you for your help.




This type of issue started happening when lwjgl made some changes a while back (last year perhaps?  I think they rewrote their window event or input handling).  I've never bothered to try to track down exactly what is wrong, so it could be on the jme side (something we were not doing right that became apparent after their change) or it could be an lwjgl issue.

Hi renanse,



It seems to be a lwjgl issue. I have tried a game based on lwjgl but not implemented with jme and the same problem occurs (or may be the other game is also not doing something right  ).