sdl.event
Class SDLCustomEvent

java.lang.Object
  |
  +--sdl.event.SDLCustomEvent
Direct Known Subclasses:
SDLKeyboardEvent, SDLMouseButtonEvent, SDLMouseMotionEvent, SDLQuitEvent, SDLUserEvent

public class SDLCustomEvent
extends java.lang.Object


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

Field Detail

m_Type

protected byte m_Type

m_HandleSDLEvent

protected int m_HandleSDLEvent
Constructor Detail

SDLCustomEvent

public SDLCustomEvent(int handle)
Method Detail

freeEvent

public void freeEvent()

getType

public byte getType()

setType

public void setType(byte type)

toString

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