Package | Description |
---|---|
org.lwjgl.opengl | |
org.lwjgl.util |
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.
|
Modifier and Type | Method and Description |
---|---|
static DisplayMode[] |
Display.getAvailableDisplayModes(int minWidth,
int minHeight,
int maxWidth,
int maxHeight,
int minBPP,
int maxBPP,
int minFreq,
int maxFreq)
Determine the available display modes that match the specified minimum and maximum criteria.
|
static DisplayMode |
Display.setDisplayMode(DisplayMode[] dm,
java.lang.String[] param)
Create the display by choosing from a list of display modes based on an order of preference.
|
Modifier and Type | Method and Description |
---|---|
static DisplayMode |
Display.setDisplayMode(DisplayMode[] dm,
java.lang.String[] param)
Create the display by choosing from a list of display modes based on an order of preference.
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.