sdljavax.gui
Class GUI

java.lang.Object
  extended by sdljavax.gui.GUI

public class GUI
extends java.lang.Object


Field Summary
(package private) static Widget focus
          Currently focused window.
static int FRAME_TICKS
           
(package private) static SDLSurface framebuffer
           
(package private) static GL gl
           
 
Constructor Summary
GUI()
           
 
Method Summary
static void init(SDLSurface f, GL glContext, Widget initialWindow)
          Describe init method here.
static void processEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAME_TICKS

public static final int FRAME_TICKS
See Also:
Constant Field Values

focus

static Widget focus
Currently focused window. This window receives incoming events.


framebuffer

static SDLSurface framebuffer

gl

static GL gl
Constructor Detail

GUI

public GUI()
Method Detail

init

public static void init(SDLSurface f,
                        GL glContext,
                        Widget initialWindow)
Describe init method here.

Parameters:
gl - a GL value

processEvents

public static void processEvents()