Uses of Class
sdljava.x.swig.SDLEventType

Packages that use SDLEventType
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 SDLEventType in sdljava.event
 

Methods in sdljava.event that return SDLEventType
static SDLEventType SDLEvent.getType()
          The type of the event which last occured.
 

Methods in sdljava.event with parameters of type SDLEventType
static SDLEventState SDLEvent.eventState(SDLEventType type, SDLEventState state)
          This function allows you to set the state of processing certain event types.
 

Uses of SDLEventType in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDLEventType
static SDLEventType SDLEventType.swigToEnum(int swigValue)
           
static SDLEventType SDLEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SDLEventType[] SDLEventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.