sdljava.x.swig
Class SWIG_SDLMain

java.lang.Object
  extended by sdljava.x.swig.SWIG_SDLMain
All Implemented Interfaces:
SWIG_SDLMainConstants

public class SWIG_SDLMain
extends java.lang.Object
implements SWIG_SDLMainConstants


Field Summary
 
Fields inherited from interface sdljava.x.swig.SWIG_SDLMainConstants
SDL_INIT_AUDIO, SDL_INIT_CDROM, SDL_INIT_EVENTTHREAD, SDL_INIT_EVERYTHING, SDL_INIT_JOYSTICK, SDL_INIT_NOPARACHUTE, SDL_INIT_TIMER, SDL_INIT_VIDEO
 
Constructor Summary
SWIG_SDLMain()
           
 
Method Summary
static java.lang.String SDL_GetError()
           
static int SDL_Init(long flags)
           
static int SDL_InitSubSystem(long flags)
           
static void SDL_Quit()
           
static void SDL_QuitSubSystem(long flags)
           
static long SDL_WasInit(long flags)
           
static SDL_version SWIG_SDL_VERSION()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWIG_SDLMain

public SWIG_SDLMain()
Method Detail

SDL_Init

public static int SDL_Init(long flags)

SDL_InitSubSystem

public static int SDL_InitSubSystem(long flags)

SDL_QuitSubSystem

public static void SDL_QuitSubSystem(long flags)

SDL_WasInit

public static long SDL_WasInit(long flags)

SDL_Quit

public static void SDL_Quit()

SWIG_SDL_VERSION

public static SDL_version SWIG_SDL_VERSION()

SDL_GetError

public static java.lang.String SDL_GetError()