Uses of Class
sdljava.event.SDLEventAction

Packages that use SDLEventAction
sdljava.event Provides the interface to SDL event management defined int SDL_events.h 
 

Uses of SDLEventAction in sdljava.event
 

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