org.lwjgl.opengl
Class AWTInputAdapter

java.lang.Object
  extended by org.lwjgl.opengl.AWTInputAdapter

public final class AWTInputAdapter
extends java.lang.Object

This is the static class for using LWJGL input (Mouse and Keyboard) with an AWTGLCanvas.

Version:
$Revision: 2286 $ $Id: AWTCanvasImplementation.java 2286 2006-03-23 19:32:21Z matzon $
Author:
Elias Naur

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

AWTInputAdapter

public AWTInputAdapter()
Method Detail

create

public static void create(AWTGLCanvas canvas)
                   throws LWJGLException
Create AWTInputAdapter with the specified AWTGLCanvas. Use update() to receive input.

Parameters:
canvas - The canvas to receive input from.
Throws:
LWJGLException

destroy

public static void destroy()


Copyright © 2002-2006 lwjgl.org. All Rights Reserved.