sdljava.x.swig
Class SDL_Event

java.lang.Object
  extended by sdljava.x.swig.SDL_Event

public class SDL_Event
extends java.lang.Object


Field Summary
(package private)  SDL_MouseButtonEvent buttonEvent
           
(package private)  SDL_MouseMotionEvent motionEvent
           
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_Event()
           
protected SDL_Event(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 SDL_ActiveEvent getActive()
           
 SDL_MouseButtonEvent getButton()
           
protected static long getCPtr(SDL_Event obj)
           
 SDL_ExposeEvent getExpose()
           
 SDL_JoyAxisEvent getJaxis()
           
 SDL_JoyBallEvent getJball()
           
 SDL_JoyButtonEvent getJbutton()
           
 SDL_JoyHatEvent getJhat()
           
 SDL_KeyboardEvent getKey()
           
 SDL_MouseMotionEvent getMotion()
           
 SDL_QuitEvent getQuit()
           
 SDL_ResizeEvent getResize()
           
 SDL_SysWMEvent getSyswm()
           
 short getType()
           
 void setActive(SDL_ActiveEvent active)
           
 void setButton(SDL_MouseButtonEvent button)
           
 void setExpose(SDL_ExposeEvent expose)
           
 void setJaxis(SDL_JoyAxisEvent jaxis)
           
 void setJball(SDL_JoyBallEvent jball)
           
 void setJbutton(SDL_JoyButtonEvent jbutton)
           
 void setJhat(SDL_JoyHatEvent jhat)
           
 void setKey(SDL_KeyboardEvent key)
           
 void setMotion(SDL_MouseMotionEvent motion)
           
 void setQuit(SDL_QuitEvent quit)
           
 void setResize(SDL_ResizeEvent resize)
           
 void setSyswm(SDL_SysWMEvent syswm)
           
 void setType(short type)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn

motionEvent

SDL_MouseMotionEvent motionEvent

buttonEvent

SDL_MouseButtonEvent buttonEvent
Constructor Detail

SDL_Event

protected SDL_Event(long cPtr,
                    boolean cMemoryOwn)

SDL_Event

public SDL_Event()
Method Detail

getCPtr

protected static long getCPtr(SDL_Event obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setType

public void setType(short type)

getType

public short getType()

setActive

public void setActive(SDL_ActiveEvent active)

getActive

public SDL_ActiveEvent getActive()

setKey

public void setKey(SDL_KeyboardEvent key)

getKey

public SDL_KeyboardEvent getKey()

setMotion

public void setMotion(SDL_MouseMotionEvent motion)

getMotion

public SDL_MouseMotionEvent getMotion()

setButton

public void setButton(SDL_MouseButtonEvent button)

getButton

public SDL_MouseButtonEvent getButton()

setJaxis

public void setJaxis(SDL_JoyAxisEvent jaxis)

getJaxis

public SDL_JoyAxisEvent getJaxis()

setJball

public void setJball(SDL_JoyBallEvent jball)

getJball

public SDL_JoyBallEvent getJball()

setJhat

public void setJhat(SDL_JoyHatEvent jhat)

getJhat

public SDL_JoyHatEvent getJhat()

setJbutton

public void setJbutton(SDL_JoyButtonEvent jbutton)

getJbutton

public SDL_JoyButtonEvent getJbutton()

setResize

public void setResize(SDL_ResizeEvent resize)

getResize

public SDL_ResizeEvent getResize()

setExpose

public void setExpose(SDL_ExposeEvent expose)

getExpose

public SDL_ExposeEvent getExpose()

setQuit

public void setQuit(SDL_QuitEvent quit)

getQuit

public SDL_QuitEvent getQuit()

setSyswm

public void setSyswm(SDL_SysWMEvent syswm)

getSyswm

public SDL_SysWMEvent getSyswm()