hello,
i have a basic jogl/awt window and when i resize the window the opengl context only gets updated after i release the mousebutton.
how can i call the reshape function while the window is resized? that means while the mouse button is holded down and the height and width of the window is changed.
thank you!