sdljavax.gui

Class GUI

public class GUI extends Object

sdljava - a java binding to the SDL API Copyright (C) 2004 Ivan Z. Ganza This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Ivan Z. Ganza (ivan_ganza@yahoo.com)
Field Summary
static Widgetfocus
Currently focused window.
static SDLSurfaceframebuffer
static intFRAME_TICKS
static GLgl
Method Summary
static voidinit(SDLSurface f, GL glContext, Widget initialWindow)
Describe init method here.
static voidprocessEvents()

Field Detail

focus

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

framebuffer

static SDLSurface framebuffer

FRAME_TICKS

public static final int FRAME_TICKS

gl

static GL gl

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()