Package | Description |
---|---|
org.lwjgl.opengl |
Modifier and Type | Method and Description |
---|---|
static DisplayMode[] |
Display.getAvailableDisplayModes()
Returns the entire list of possible fullscreen display modes as an array, in no
particular order.
|
static DisplayMode |
Display.getDesktopDisplayMode()
Return the initial desktop display mode.
|
static DisplayMode |
Display.getDisplayMode()
Return the current display mode, as set by setDisplayMode().
|
Modifier and Type | Method and Description |
---|---|
static void |
Display.setDisplayMode(DisplayMode mode)
Set the current display mode.
|
static void |
Display.setDisplayModeAndFullscreen(DisplayMode mode)
Set the mode of the context.
|
Copyright © 2002-2010 lwjgl.org. All Rights Reserved.