Uses of Class
sdljava.x.swig.SDL_MouseMotionEvent

Packages that use SDL_MouseMotionEvent
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_MouseMotionEvent in sdljava.event
 

Fields in sdljava.event declared as SDL_MouseMotionEvent
(package private)  SDL_MouseMotionEvent SDLMouseMotionEvent.swigMouseMotionEvent
          Reference to the SWIG generated
 

Methods in sdljava.event that return SDL_MouseMotionEvent
 SDL_MouseMotionEvent SDLMouseMotionEvent.getSwigMouseMotionEvent()
          Gets the value of swigMouseMotionEvent
 

Methods in sdljava.event with parameters of type SDL_MouseMotionEvent
 void SDLMouseMotionEvent.setSwigMouseMotionEvent(SDL_MouseMotionEvent argSwigMouseMotionEvent)
          Sets the value of swigMouseMotionEvent
 

Uses of SDL_MouseMotionEvent in sdljava.x.swig
 

Fields in sdljava.x.swig declared as SDL_MouseMotionEvent
(package private)  SDL_MouseMotionEvent SDL_Event.motionEvent
           
 

Methods in sdljava.x.swig that return SDL_MouseMotionEvent
 SDL_MouseMotionEvent SDL_Event.getMotion()
           
 

Methods in sdljava.x.swig with parameters of type SDL_MouseMotionEvent
protected static long SDL_MouseMotionEvent.getCPtr(SDL_MouseMotionEvent obj)
           
 void SDL_Event.setMotion(SDL_MouseMotionEvent motion)