Uses of Class
sdljava.x.swig.SDL_JoyBallEvent

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

Fields in sdljava.event declared as SDL_JoyBallEvent
(package private)  SDL_JoyBallEvent SDLJoyBallEvent.swigEvent
           
 

Methods in sdljava.event that return SDL_JoyBallEvent
 SDL_JoyBallEvent SDLJoyBallEvent.getSwigEvent()
          Gets the value of swigEvent
 

Methods in sdljava.event with parameters of type SDL_JoyBallEvent
 void SDLJoyBallEvent.setSwigEvent(SDL_JoyBallEvent argSwigEvent)
          Sets the value of swigEvent
 

Uses of SDL_JoyBallEvent in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_JoyBallEvent
 SDL_JoyBallEvent SDL_Event.getJball()
           
 

Methods in sdljava.x.swig with parameters of type SDL_JoyBallEvent
protected static long SDL_JoyBallEvent.getCPtr(SDL_JoyBallEvent obj)
           
 void SDL_Event.setJball(SDL_JoyBallEvent jball)