|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LWJGLException | |
---|---|
org.lwjgl.devil | |
org.lwjgl.fmod3 | |
org.lwjgl.input | |
org.lwjgl.openal | |
org.lwjgl.opengl | |
org.lwjgl.util |
Uses of LWJGLException in org.lwjgl.devil |
---|
Methods in org.lwjgl.devil that throw LWJGLException | |
---|---|
static void |
IL.create()
Creates a new instance of IL. |
static void |
ILU.create()
Creates a new instance of ILU. |
static void |
ILUT.create()
Creates a new instance of ILUT. |
Uses of LWJGLException in org.lwjgl.fmod3 |
---|
Subclasses of LWJGLException in org.lwjgl.fmod3 | |
---|---|
class |
FMODException
FMOD Exception specific for FMOD exceptions (duh!) |
Uses of LWJGLException in org.lwjgl.input |
---|
Methods in org.lwjgl.input that throw LWJGLException | |
---|---|
static void |
Controllers.create()
Initialise the controllers collection |
static void |
Keyboard.create()
"Create" the keyboard. |
static void |
Mouse.create()
"Create" the mouse. |
static Cursor |
Mouse.setNativeCursor(Cursor cursor)
Binds a native cursor. |
Constructors in org.lwjgl.input that throw LWJGLException | |
---|---|
Cursor(int width,
int height,
int xHotspot,
int yHotspot,
int numImages,
java.nio.IntBuffer images,
java.nio.IntBuffer delays)
Constructs a new Cursor, with the given parameters. |
Uses of LWJGLException in org.lwjgl.openal |
---|
Methods in org.lwjgl.openal that throw LWJGLException | |
---|---|
static void |
AL.create()
Creates an OpenAL instance. |
static void |
AL.create(java.lang.String deviceArguments,
int contextFrequency,
int contextRefresh,
boolean contextSynchronized)
Creates an OpenAL instance. |
Uses of LWJGLException in org.lwjgl.opengl |
---|
Methods in org.lwjgl.opengl with parameters of type LWJGLException | |
---|---|
protected void |
AWTGLCanvas.exceptionOccurred(LWJGLException exception)
This method will be called if an unhandled LWJGLException occurs in paint(). |
Methods in org.lwjgl.opengl that throw LWJGLException | |
---|---|
static void |
Display.create()
Create the OpenGL context. |
static void |
AWTInputAdapter.create(AWTGLCanvas canvas)
Create AWTInputAdapter with the specified AWTGLCanvas. |
static void |
Display.create(PixelFormat pixel_format)
Create the OpenGL context with the given minimum parameters. |
static void |
Display.create(PixelFormat pixel_format,
Drawable shared_drawable)
Create the OpenGL context with the given minimum parameters. |
java.lang.Object |
InputImplementation.createCursor(int width,
int height,
int xHotspot,
int yHotspot,
int numImages,
java.nio.IntBuffer images,
java.nio.IntBuffer delays)
Native cursor handles |
void |
InputImplementation.createKeyboard()
Method to create the keyboard |
void |
InputImplementation.createMouse()
Method to create the mouse. |
static DisplayMode[] |
Display.getAvailableDisplayModes()
Returns the entire list of possible fullscreen display modes as an array, in no particular order. |
static void |
GLContext.loadOpenGLLibrary()
If the OpenGL reference count is 0, the library is loaded. |
void |
AWTGLCanvas.makeCurrent()
Make the canvas' context current. |
static void |
Display.makeCurrent()
Make the Display the current rendering context for GL calls. |
void |
Pbuffer.makeCurrent()
Method to make the Pbuffer context current. |
void |
AWTGLCanvas.releaseContext()
|
static void |
Display.releaseContext()
Release the Display context. |
static void |
Display.setDisplayConfiguration(float gamma,
float brightness,
float contrast)
Set the display configuration to the specified gamma, brightness and contrast. |
static void |
Display.setDisplayMode(DisplayMode mode)
Set the current display mode. |
static void |
Display.setFullscreen(boolean fullscreen)
Set the fullscreen mode of the context. |
void |
InputImplementation.setNativeCursor(java.lang.Object handle)
Method to set the native cursor |
void |
AWTGLCanvas.swapBuffers()
Swap the canvas' buffer |
static void |
Display.swapBuffers()
Swap the display buffers. |
static void |
GLContext.useContext(java.lang.Object context)
Makes a GL context the current LWJGL context by loading GL function pointers. |
Constructors in org.lwjgl.opengl that throw LWJGLException | |
---|---|
AWTGLCanvas()
Constructor using the default PixelFormat. |
|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format)
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice. |
|
AWTGLCanvas(java.awt.GraphicsDevice device,
PixelFormat pixel_format,
Drawable drawable)
Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice. |
|
AWTGLCanvas(PixelFormat pixel_format)
Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice. |
|
Pbuffer(int width,
int height,
PixelFormat pixel_format,
Drawable shared_drawable)
Create an instance of a Pbuffer with a unique OpenGL context. |
|
Pbuffer(int width,
int height,
PixelFormat pixel_format,
RenderTexture renderTexture,
Drawable shared_drawable)
Create an instance of a Pbuffer with a unique OpenGL context. |
Uses of LWJGLException in org.lwjgl.util |
---|
Methods in org.lwjgl.util that throw LWJGLException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |