sdl.event
Class SDLMouseButtonEvent

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

public class SDLMouseButtonEvent
extends SDLCustomEvent


Field Summary
 
Fields inherited from class sdl.event.SDLCustomEvent
m_HandleSDLEvent, m_Type
 
Constructor Summary
SDLMouseButtonEvent(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

SDLMouseButtonEvent

public SDLMouseButtonEvent(int handle)
Method Detail

toString

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