Uses of Class
sdljava.x.swig.SDL_version

Packages that use SDL_version
sdljava Provides the interface to SDL routines defined in SDL.h 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_version in sdljava
 

Constructors in sdljava with parameters of type SDL_version
SDLVersion(SDL_version v)
           
 

Uses of SDL_version in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_version
static SDL_version SWIG_SDLMixer.SWIG_MIX_VERSION()
           
static SDL_version SWIG_SDLMain.SWIG_SDL_VERSION()
           
static SDL_version SWIG_SDLTTF.SWIG_TTF_VERSION()
           
 

Methods in sdljava.x.swig with parameters of type SDL_version
protected static long SDL_version.getCPtr(SDL_version obj)