Uses of Class
sdljava.x.swig.SDL_JoyButtonEvent

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

Fields in sdljava.event declared as SDL_JoyButtonEvent
(package private)  SDL_JoyButtonEvent SDLJoyButtonEvent.swigEvent
           
 

Methods in sdljava.event that return SDL_JoyButtonEvent
 SDL_JoyButtonEvent SDLJoyButtonEvent.getSwigEvent()
          Gets the value of swigEvent
 

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

Uses of SDL_JoyButtonEvent in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_JoyButtonEvent
 SDL_JoyButtonEvent SDL_Event.getJbutton()
           
 

Methods in sdljava.x.swig with parameters of type SDL_JoyButtonEvent
protected static long SDL_JoyButtonEvent.getCPtr(SDL_JoyButtonEvent obj)
           
 void SDL_Event.setJbutton(SDL_JoyButtonEvent jbutton)