Uses of Class
sdljava.event.SDLEventState

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

Uses of SDLEventState in sdljava.event
 

Fields in sdljava.event declared as SDLEventState
static SDLEventState SDLEventState.DISABLE
           
static SDLEventState SDLEventState.ENABLE
           
static SDLEventState SDLEventState.IGNORE
           
static SDLEventState SDLEventState.QUERY
           
private static SDLEventState[] SDLEventState.swigValues
           
 

Methods in sdljava.event that return SDLEventState
static SDLEventState SDLEvent.eventState(int type, SDLEventState state)
          This function allows you to set the state of processing certain event types.
static SDLEventState SDLEventState.swigToEnum(int swigValue)
           
 

Methods in sdljava.event with parameters of type SDLEventState
static SDLEventState SDLEvent.eventState(int type, SDLEventState state)
          This function allows you to set the state of processing certain event types.
static int SDLEvent.joystickEventState(SDLEventState state)
          This function is used to enable or disable joystick event processing.