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
[fixed]Maya camera and the GUI
Re: Maya camera and the GUI
Thanks for reporting. Fixed in svn trunk r4762 (so will be in Irrlicht 1.9).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: [fixed]Maya camera and the GUI
Ok, thank you for this quick bugfix 
