sdljava.x.swig
Interface SWIG_SDLMainConstants

All Known Implementing Classes:
SWIG_SDLMain

public interface SWIG_SDLMainConstants


Field Summary
static int SDL_INIT_AUDIO
           
static int SDL_INIT_CDROM
           
static int SDL_INIT_EVENTTHREAD
           
static int SDL_INIT_EVERYTHING
           
static int SDL_INIT_JOYSTICK
           
static int SDL_INIT_NOPARACHUTE
           
static int SDL_INIT_TIMER
           
static int SDL_INIT_VIDEO
           
 

Field Detail

SDL_INIT_TIMER

static final int SDL_INIT_TIMER
See Also:
Constant Field Values

SDL_INIT_AUDIO

static final int SDL_INIT_AUDIO
See Also:
Constant Field Values

SDL_INIT_VIDEO

static final int SDL_INIT_VIDEO
See Also:
Constant Field Values

SDL_INIT_CDROM

static final int SDL_INIT_CDROM
See Also:
Constant Field Values

SDL_INIT_JOYSTICK

static final int SDL_INIT_JOYSTICK
See Also:
Constant Field Values

SDL_INIT_NOPARACHUTE

static final int SDL_INIT_NOPARACHUTE
See Also:
Constant Field Values

SDL_INIT_EVENTTHREAD

static final int SDL_INIT_EVENTTHREAD
See Also:
Constant Field Values

SDL_INIT_EVERYTHING

static final int SDL_INIT_EVERYTHING
See Also:
Constant Field Values