LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: CaseyB on August 25, 2005, 21:31:29

Title: Auto-Detect?
Post by: CaseyB on August 25, 2005, 21:31:29
Is there a way to "auto-detect" the screen resolution and color depth that the user has already, instead of looking through the supported video modes and finding one that you like?
Title: Auto-Detect?
Post by: Matzon on August 25, 2005, 22:27:03
Display.getDisplayMode before setting any
Title: Auto-Detect?
Post by: CaseyB on August 25, 2005, 22:35:59
Cool, thank you!