LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: uhoerhold on August 16, 2006, 13:20:27

Title: newbie question: Window Resizing
Post by: uhoerhold on August 16, 2006, 13:20:27
I'm just starting with lwjgl.  I'm wondering how to handle when the window is resized.  In plain OpenGL, there's the glutReshapeFunc() to do this, but I don't see anything similar in lwjgl, and I don't see this being handled in any of the samples.  Does anybody know how to do this?

Thanks.
Title: newbie question: Window Resizing
Post by: Matzon on August 16, 2006, 13:37:58
The window isn't resizable, so no need to handle it ;)
Title: newbie question: Window Resizing
Post by: uhoerhold on August 16, 2006, 14:18:59
Ahh, well that makes things easier.  Thanks for the help.