gzz.gfx.gl
Interface GL.EventHandler

Enclosing interface:
GL

public static interface GL.EventHandler

An interface to which GL provides events.


Field Summary
static int MOTION
           
static int PRESS
           
static int RELEASE
           
 
Method Summary
 void keystroke(java.lang.String s)
          Receive a keystroke event.
 void mouse(int x, int y, int button, int type)
           
 void repaint()
           
 void timeout(int id)
           
 void windowClosed()
           
 

Field Detail

PRESS

public static final int PRESS
See Also:
Constant Field Values

MOTION

public static final int MOTION
See Also:
Constant Field Values

RELEASE

public static final int RELEASE
See Also:
Constant Field Values
Method Detail

repaint

public void repaint()

keystroke

public void keystroke(java.lang.String s)
Receive a keystroke event.


mouse

public void mouse(int x,
                  int y,
                  int button,
                  int type)

timeout

public void timeout(int id)

windowClosed

public void windowClosed()