JuanCarlosAragon / jmonkeyengine

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

MouseLookHandler in FirstPersonHandler does not work properly with the JOGL renderer #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter this in command line: java jmetest.util.JMEJOGLAWTTest
2. Mouse the mouse

What is the expected output? What do you see instead?

As the attribute buttonPressRequired in the class MouseLook is set at false
by default, I should be able to use the mouse look without pressing any
mouse button. However, I have to press a mouse button whatever the value of
this attribute to use the mouse look.

Please use labels and text to provide additional information.

N.B: I have chosen the high priority because I have found no workaround for
this issue.

Original issue reported on code.google.com by goues...@gmail.com on 17 Jan 2009 at 5:19

GoogleCodeExporter commented 8 years ago
I have suggested a fix, see my patch on the contribution depot.

Original comment by julien.gouesse@gmail.com on 24 Jun 2009 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 1 Nov 2010 at 1:22