|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljavax.gui.GUI
public class GUI
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 |
---|
public static final int FRAME_TICKS
static Widget focus
static SDLSurface framebuffer
static GL gl
Constructor Detail |
---|
public GUI()
Method Detail |
---|
public static void init(SDLSurface f, GL glContext, Widget initialWindow)
init
method here.
gl
- a GL
valuepublic static void processEvents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |