LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: hvor on October 26, 2005, 09:38:00

Title: Undecorated window?
Post by: hvor on October 26, 2005, 09:38:00
Is there any way to set undecorated display with lwjgl? I didn't find any methods for that in Display class, so I assume not (?). Under "undecorated" I mean window without frame and title and close button...
Title: Undecorated window?
Post by: Matzon on October 26, 2005, 11:58:31
check the hidden flags document
Title: Undecorated window?
Post by: hvor on October 26, 2005, 13:40:41
Aaahh!
-Dorg.lwjgl.opengl.Window.undecorated
Tnx!