|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.AWTInputAdapter
public final class AWTInputAdapter
This is the static class for using LWJGL input (Mouse and Keyboard) with an AWTGLCanvas.
Constructor Summary | |
---|---|
AWTInputAdapter()
|
Method Summary | |
---|---|
static void |
create(AWTGLCanvas canvas)
Create AWTInputAdapter with the specified AWTGLCanvas. |
static void |
destroy()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWTInputAdapter()
Method Detail |
---|
public static void create(AWTGLCanvas canvas) throws LWJGLException
canvas
- The canvas to receive input from.
LWJGLException
public static void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |