JuanCarlosAragon / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

No keyboard input and no mouse release #283

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build and run sample HelloWorld example provided with SDK

What is the expected output? What do you see instead?
Expected is that the cursor is able to leave application window and that the 
keyboard input arrives in jME3. Instead, mouse gets captured and cannot leave 
the window (camera responds to mouse and mousewheel movements). Keyboard input 
doesn't arrive even though jME3 application has focus. Because the mouse gets 
captured, it's impossible to exit the application in the usual fashion (forced 
kill from the console is needed).

What version of the product are you using? On what operating system?
jME3-Alpha-3-Linux

java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

Linux 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:44 UTC 2011 x86_64 
GNU/Linux
Ubuntu 10.10

Please provide any additional information below.
If the cursor is visible (line inputManager.setCursorVisible(true); is added to 
the simpleInitApp() method), it works as expected. This issue manifests itself 
only when cursor isn't visible. 

Original issue reported on code.google.com by tstre...@gmail.com on 1 Feb 2011 at 10:15

GoogleCodeExporter commented 8 years ago
closing old, applied, invalid and wrongly posted issues, all people searching 
for help please use the forum at jmonkeyengine.org

Original comment by normen667 on 7 Jun 2011 at 11:44