Please Help,
I posted a question related to this previously but believe I may have put it in the wrong place - if this is considered a re-post I appologize but I hope someone can help.
I have an image rendered in JOGL and would like to be able to “move” it by holding the RIGHT-MOUSE Button down and dragging it. I am sure I have to save the changes in X and Y Coordinates and apply to the glTranslate (maybe?).
I am really looking for some simple code in JOGL that illustrates movement with a mouse drag. I can get some movement but it is jittery and almost random.
Thanks to any one with some help or hints.