Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.libsdl

Class Summary
SDL The SDL class is a singleton that controls some of the more global SDL functions, such as library initialization and access to the Video object and window manager.
SDLStruct The SDLStruct class is the base class for any SDL_java class that represents a native C "object" (aka struct).
SDLWindowManager The SDLWindowManager class encompasses the ability to access the various SDL window management functions.
 

Exception Summary
SDLException The SDLException is an exception type that is thrown whenever an SDL error occurs.
SDLLibraryNotAvailableException The SDLLibraryNotAvailableException is an exception type that is thrown when an object is trying to be created, but the functionality to create that object is not available.