Uses of Class
sdljava.x.swig.SDL_Event

Packages that use SDL_Event
sdljava.event Provides the interface to SDL event management defined int SDL_events.h 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_Event in sdljava.event
 

Fields in sdljava.event declared as SDL_Event
(package private) static SDL_Event SDLEvent.swigEvent
           
 

Methods in sdljava.event with parameters of type SDL_Event
(package private) static SDLEvent SDLEvent.processEvent(SDL_Event swigEvent)
           
 

Uses of SDL_Event in sdljava.x.swig
 

Methods in sdljava.x.swig with parameters of type SDL_Event
protected static long SDL_Event.getCPtr(SDL_Event obj)
           
static int SWIG_SDLEvent.SDL_PollEvent(SDL_Event event)
           
static int SWIG_SDLEvent.SDL_WaitEvent(SDL_Event event)