sdl.event
Class SDLMouseMotionEvent

java.lang.Object
  |
  +--sdl.event.SDLCustomEvent
        |
        +--sdl.event.SDLMouseMotionEvent

public class SDLMouseMotionEvent
extends SDLCustomEvent


Field Summary
 
Fields inherited from class sdl.event.SDLCustomEvent
m_HandleSDLEvent, m_Type
 
Constructor Summary
SDLMouseMotionEvent(int handle)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class sdl.event.SDLCustomEvent
freeEvent, getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDLMouseMotionEvent

public SDLMouseMotionEvent(int handle)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SDLCustomEvent