jogl version 2.0-b930-20130313 happens in windowed and fullscreen mode. press mouse button inside a window drag outside the window release mouse button move back to the window -> MouseListener.mouseDragged() gets called instead of mouseMoved()
There is already another bug report for that, isn't it?
Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of commit 85338858f5c58694fa88e77df1386d0556887944 Commit replaced enqueueMouseEventID w/ sendMouseEventID, while not removing the 'jboolean wait' argument. This also lead to staying in DRAGGED mode when mouse left the window.