Login  Register

Re: NewtCanvasAWT Questions

Posted by jouvieje on May 08, 2012; 7:40am
URL: https://forum.jogamp.org/NewtCanvasAWT-Questions-tp3949030p3970634.html

I've not tried the test case, but on windows 7 64bit NewtCanvasAWT.setCursor is not working properly for my application too. The behavior I have seem similar to the one reported here.

In my application, once the mouse is moved after NewtCanvasAWT.setCursor has been call, then the cursor set is lost and default cursor is shown instead. It works well if I use GLCanvas.

I using jogl RC8.
Jérôme