Correct right mouse drag in X behavior by gbburkhardt · Pull Request #283 · NASAWorldWind/WorldWindJava

added 3 commits

September 7, 2023 17:30
…n that is maintained by JOGAMP. Update JOGL jar files with released version 2.5.0, build Build: 2.5-b1533-20230818. That build includes the DPI scaling fix for TextRenderer, which was committed to the jogl repo on 6/4.
The desired behavior is to have the globe follow the mouse movement, e.g.,
when the mouse is above mid-screen, dragging the mouse to the right should
cause a clockwise rotation of the globe.  The change from AWT to GL screen
coordinates had broken this.  Thanks to Eugene Maksymenko (WorldWindEarth).