Page 1 of 1

[fixed]Maya camera and the GUI

Posted: Sat Apr 05, 2014 9:27 pm
by JLouisB
Hi,

I have a problem in an application where I use a Maya Camera and an IGUIWindow.
When I press and I release the left button of the mouse outside the window, the camera do a rotation and stop to rotate when I release the button, so in this case the application works well.
But if I press the button without the window and if I release it in the window, the camera continue to rotate when the button is released.
It's probably not the right behavior.

This bug can be reproduced in the example 9 of Irrlicht, the MeshViewer, or with a basic test case like this : https://dl.dropboxusercontent.com/u/24460773/Debug.zip
If you press the left button of the mouse next to the window and you released it on the window, the camera continue to rotate.

Can you fix this ?
Thank you in advance

Re: Maya camera and the GUI

Posted: Sun Apr 06, 2014 10:34 am
by CuteAlien
Thanks for reporting. Fixed in svn trunk r4762 (so will be in Irrlicht 1.9).

Re: [fixed]Maya camera and the GUI

Posted: Sun Apr 06, 2014 5:06 pm
by JLouisB
Ok, thank you for this quick bugfix :)