Uses of Class
sdljava.x.swig.SDL_VideoInfo

Packages that use SDL_VideoInfo
sdljava.video Provides all the functions which are defined in the SDL_video.h header. 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_VideoInfo in sdljava.video
 

Fields in sdljava.video declared as SDL_VideoInfo
(package private)  SDL_VideoInfo SDLVideoInfo.swigVideoInfo
           
 

Constructors in sdljava.video with parameters of type SDL_VideoInfo
SDLVideoInfo(SDL_VideoInfo swigVideoInfo)
           
 

Uses of SDL_VideoInfo in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_VideoInfo
static SDL_VideoInfo SWIG_SDLVideo.SDL_GetVideoInfo()
           
 

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