Fix display of context menu in ContextMenusOnShapes demo. by gbburkhardt · Pull Request #274 · NASAWorldWind/WorldWindJava

@gbburkhardt

… of AWT screen coordinate when creating SelectEvent.

PJHogan

approved these changes Nov 15, 2023

gbburkhardt added a commit to gbburkhardt/WorldWindJava that referenced this pull request

Jan 9, 2024

@gbburkhardt

@gbburkhardt

…edition has used AWT size of canvas, and mouse positions from MouseEvents are converted to GL surface coordinates early on.
…I scaling changes. Moving the mouse down should increase the pitch, so it appears that the top of the globe is rotated away from the eye.

@gbburkhardt

… by FlyViewInputHandler, and per frame mouse/key events.

@gbburkhardt

…edition has used AWT size of canvas, and mouse positions from MouseEvents are converted to GL surface coordinates early on. This commit fixes both X,Y limits, whereas commit d4b6bf4 only fixed Y.

markpet49

quonn77 added a commit to quonn77/WorldWindJava that referenced this pull request

Apr 23, 2024

@quonn77