Uses of Class
sdljava.x.swig.SDL_JoyHatEvent

Packages that use SDL_JoyHatEvent
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_JoyHatEvent in sdljava.event
 

Fields in sdljava.event declared as SDL_JoyHatEvent
(package private)  SDL_JoyHatEvent SDLJoyHatEvent.swigEvent
           
 

Methods in sdljava.event that return SDL_JoyHatEvent
 SDL_JoyHatEvent SDLJoyHatEvent.getSwigEvent()
          Gets the value of swigEvent
 

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

Uses of SDL_JoyHatEvent in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_JoyHatEvent
 SDL_JoyHatEvent SDL_Event.getJhat()
           
 

Methods in sdljava.x.swig with parameters of type SDL_JoyHatEvent
protected static long SDL_JoyHatEvent.getCPtr(SDL_JoyHatEvent obj)
           
 void SDL_Event.setJhat(SDL_JoyHatEvent jhat)