Uses of Class
sdljava.x.swig.SDL_JoyAxisEvent

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

Fields in sdljava.event declared as SDL_JoyAxisEvent
(package private)  SDL_JoyAxisEvent SDLJoyAxisEvent.swigEvent
           
 

Methods in sdljava.event that return SDL_JoyAxisEvent
 SDL_JoyAxisEvent SDLJoyAxisEvent.getSwigEvent()
          Gets the value of swigEvent
 

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

Uses of SDL_JoyAxisEvent in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_JoyAxisEvent
 SDL_JoyAxisEvent SDL_Event.getJaxis()
           
 

Methods in sdljava.x.swig with parameters of type SDL_JoyAxisEvent
protected static long SDL_JoyAxisEvent.getCPtr(SDL_JoyAxisEvent obj)
           
 void SDL_Event.setJaxis(SDL_JoyAxisEvent jaxis)